Module Name:    src
Committed By:   martin
Date:           Wed Aug 21 13:06:01 UTC 2013

Modified Files:
        src/lib/libm: Makefile

Log Message:
Add nexttoward, nearbyint and rintl for sparc64


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 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.139 src/lib/libm/Makefile:1.140
--- src/lib/libm/Makefile:1.139	Thu Jun 20 19:49:47 2013
+++ src/lib/libm/Makefile	Wed Aug 21 13:06:00 2013
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.139 2013/06/20 19:49:47 christos Exp $
+#  $NetBSD: Makefile,v 1.140 2013/08/21 13:06:00 martin Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -66,7 +66,8 @@ COMMON_SRCS+= fenv.c
 COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
 .elif (${MACHINE_ARCH} == "sparc64")
 .PATH: ${.CURDIR}/arch/sparc64
-COMMON_SRCS+= fenv.c
+COMMON_SRCS+= fenv.c s_nexttoward.c s_nexttowardf.c \
+	s_nearbyint.c s_rintl.c
 COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
 .elif ((${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64"))
 

Reply via email to