Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm Quick and dirty hook to compile a non-6888[12] libm...



details:   https://anonhg.NetBSD.org/src/rev/e17f00725afe
branches:  trunk
changeset: 474229:e17f00725afe
user:      is <is%NetBSD.org@localhost>
date:      Thu Jul 01 20:46:35 1999 +0000

description:
Quick and dirty hook to compile a non-6888[12] libm for 68040 and 68060.
This is switched to by the M68040 or M68060 defines.
XXX Eventually, a M060SP based libm should be built for M68060.

diffstat:

 lib/libm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ab60d20f1a06 -r e17f00725afe lib/libm/Makefile
--- a/lib/libm/Makefile Thu Jul 01 20:41:49 1999 +0000
+++ b/lib/libm/Makefile Thu Jul 01 20:46:35 1999 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.44 1999/02/15 09:33:41 he Exp $
+#  $NetBSD: Makefile,v 1.45 1999/07/01 20:46:35 is Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24 
 # 
@@ -60,7 +60,7 @@
            s_scalbn.S s_scalbnf.S s_significand.S s_significandf.S s_sin.S \
            s_sinf.S s_tan.S s_tanf.S
 .endif
-.elif (${MACHINE_ARCH} == "m68k")
+.elif (${MACHINE_ARCH} == "m68k") && !defined(M68060) && !defined(M68040)
 .PATH: ${.CURDIR}/arch/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 \



Home | Main Index | Thread Index | Old Index