Module Name:    src
Committed By:   martin
Date:           Wed Mar 30 07:44:06 UTC 2016

Modified Files:
        src/lib/libm: Makefile

Log Message:
No fenv for m68k with SOFTFLOAT for now - so at least it builds.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/lib/libm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.176 src/lib/libm/Makefile:1.177
--- src/lib/libm/Makefile:1.176	Thu Mar 17 18:29:59 2016
+++ src/lib/libm/Makefile	Wed Mar 30 07:44:06 2016
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.176 2016/03/17 18:29:59 nros Exp $
+#  $NetBSD: Makefile,v 1.177 2016/03/30 07:44:06 martin Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -140,10 +140,10 @@ ARCH_SRCS = e_acos.S e_asin.S e_atanh.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
 COPTS.e_sqrtl.c += -DHAVE_FENV_H
 COMMON_SRCS += fenv.c
 .endif
+.endif
 # end of m68k
 .elif (${LIBC_MACHINE_ARCH} == "vax")
 .PATH:	${.CURDIR}/arch/vax

Reply via email to