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/80bef1d5f9bb
branches: trunk
changeset: 355363:80bef1d5f9bb
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 f5a0c7478eba -r 80bef1d5f9bb 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