summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2001-12-13 17:18:26 +0000
committerphantom <phantom@FreeBSD.org>2001-12-13 17:18:26 +0000
commitc4a3969a7e865c5dc1217f4b498d606ec046eb70 (patch)
treeb351e1b9b6a45ca8ac9127630c81f46c1e608b1c /lib/msun
parent88e60827d4daa244895395996129d41553e402b3 (diff)
downloadFreeBSD-src-c4a3969a7e865c5dc1217f4b498d606ec046eb70.zip
FreeBSD-src-c4a3969a7e865c5dc1217f4b498d606ec046eb70.tar.gz
* remove reference to m68k-dependent sources
* fix comment
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index 8292a69..ad4771f 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -17,7 +17,7 @@
# _IEEE_LIBM --- IEEE libm; smaller, and somewhat faster
# _MULTI_LIBM --- Support multi-standard at runtime by
# imposing wrapper functions defined in
-# fdlibm.h:
+# math.h:
# _IEEE_MODE -- IEEE
# _XOPEN_MODE -- X/OPEN
# _POSIX_MODE -- POSIX/ANSI
@@ -57,12 +57,6 @@ ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
s_cos.S s_finite.S s_floor.S s_ilogb.S s_logb.S \
s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
-.elif ${MACHINE_ARCH} == "m68k"
-.PATH: ${.CURDIR}/mc68881
-ARCH_SRCS = e_acos.S e_asin.S e_atanh.S e_cosh.S e_exp.S e_fmod.S e_log.S \
- e_log10.S e_remainder.S e_scalb.S e_sinh.S e_sqrt.S s_atan.S \
- s_ceil.S s_copysign.S s_cos.S s_expm1.S s_finite.S s_floor.S \
- s_log1p.S s_logb.S s_rint.S s_scalbn.S s_sin.S s_tan.S s_tanh.S
.endif
# Broken
OpenPOWER on IntegriCloud