Source-Changes-HG archive

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

[src/trunk]: src/lib/libm The sparc port needs s_nearbyint.c as well.



details:   https://anonhg.NetBSD.org/src/rev/257277c889b2
branches:  trunk
changeset: 825664:257277c889b2
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 27 10:03:10 2017 +0000

description:
The sparc port needs s_nearbyint.c as well.

diffstat:

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

diffs (18 lines):

diff -r 138b71466c18 -r 257277c889b2 lib/libm/Makefile
--- a/lib/libm/Makefile Thu Jul 27 09:53:57 2017 +0000
+++ b/lib/libm/Makefile Thu Jul 27 10:03:10 2017 +0000
@@ -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 @@
 
 .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")



Home | Main Index | Thread Index | Old Index