diff options
author | das <das@FreeBSD.org> | 2005-02-04 18:32:13 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-02-04 18:32:13 +0000 |
commit | 24d2516dd718437365d5098a622d39d73842451f (patch) | |
tree | db047e3befe0206fcfae2e25c1f8439c6dcd4d61 /lib | |
parent | a47af911ba88a733157f219bcea374aafc0e6a34 (diff) | |
download | FreeBSD-src-24d2516dd718437365d5098a622d39d73842451f.zip FreeBSD-src-24d2516dd718437365d5098a622d39d73842451f.tar.gz |
Remove another vestige of support for a non-IEEE libm.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/msun/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 4c24e68..03d153d 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -26,8 +26,6 @@ ARCH_SUBDIR= ${MACHINE_ARCH} .PATH: ${.CURDIR}/man .PATH: ${.CURDIR}/src -CFLAGS+= -D_IEEE_LIBM - LIB= m SHLIBDIR?= /lib SHLIB_MAJOR= 3 |