Module Name: src
Committed By: he
Date: Thu Jul 27 10:03:10 UTC 2017
Modified Files:
src/lib/libm: Makefile
Log Message:
The sparc port needs s_nearbyint.c as well.
To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 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.194 src/lib/libm/Makefile:1.195
--- src/lib/libm/Makefile:1.194 Thu Jul 27 07:01:58 2017
+++ src/lib/libm/Makefile Thu Jul 27 10:03:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.194 2017/07/27 07:01:58 he Exp $
+# $NetBSD: Makefile,v 1.195 2017/07/27 10:03:10 he Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -94,7 +94,7 @@ COMMON_SRCS+= fenv.c s_nexttowardf.c s_n
.elif (${LIBC_MACHINE_ARCH} == "sparc")
.PATH: ${.CURDIR}/arch/sparc
-COMMON_SRCS+= fenv.c
+COMMON_SRCS+= fenv.c s_nearbyint.c
COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
.elif (${LIBC_MACHINE_ARCH} == "sparc64")