Module Name:    src
Committed By:   christos
Date:           Mon Jan 31 15:06:02 UTC 2011

Modified Files:
        src/lib/libm: Makefile

Log Message:
not everyone has fenv.c, pointed by Havard Eidnes


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 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.102 src/lib/libm/Makefile:1.103
--- src/lib/libm/Makefile:1.102	Sun Jan 30 19:19:33 2011
+++ src/lib/libm/Makefile	Mon Jan 31 10:06:01 2011
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.102 2011/01/31 00:19:33 christos Exp $
+#  $NetBSD: Makefile,v 1.103 2011/01/31 15:06:01 christos Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -52,6 +52,7 @@
 ARCH_SRCS = s_copysign.S s_copysignf.S lrint.S
 .elif (${MACHINE_ARCH} == "sparc64")
 .PATH: ${.CURDIR}/arch/sparc64
+COMMON_SRCS+= fenv.c
 .elif ((${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64"))
 
 .if (${MACHINE_ARCH} == "x86_64")
@@ -176,7 +177,7 @@
 .if (${MACHINE_ARCH} == "vax")
 SRCS=	${NOIEEE_SRCS} ${NOIEEE_ARCH}
 .else
-SRCS=	${COMMON_SRCS} fenv.c
+SRCS=	${COMMON_SRCS}
 .endif
 
 .ifdef ARCH_ADDS

Reply via email to