Source-Changes-HG archive

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

[src/trunk]: src/lib/libm not everyone has fenv.c, pointed by Havard Eidnes



details:   https://anonhg.NetBSD.org/src/rev/282c1303ca08
branches:  trunk
changeset: 761536:282c1303ca08
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 31 15:06:01 2011 +0000

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

diffstat:

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

diffs (26 lines):

diff -r 4f64a4cb8159 -r 282c1303ca08 lib/libm/Makefile
--- a/lib/libm/Makefile Mon Jan 31 14:11:02 2011 +0000
+++ b/lib/libm/Makefile Mon Jan 31 15:06:01 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index