Source-Changes-HG archive

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

[src/netbsd-8]: src/lib/libm Actually apply revision 1.201 (as the previous p...



details:   https://anonhg.NetBSD.org/src/rev/1902803f8328
branches:  netbsd-8
changeset: 850971:1902803f8328
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 29 14:31:43 2017 +0000

description:
Actually apply revision 1.201 (as the previous pullup claimed to do already).

diffstat:

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

diffs (29 lines):

diff -r 58a8b4b6a45d -r 1902803f8328 lib/libm/Makefile
--- a/lib/libm/Makefile Tue Aug 29 13:20:05 2017 +0000
+++ b/lib/libm/Makefile Tue Aug 29 14:31:43 2017 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.191.2.2 2017/08/29 11:58:26 martin Exp $
+#  $NetBSD: Makefile,v 1.191.2.3 2017/08/29 14:31:43 martin Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -60,7 +60,7 @@
 .if ${MKSOFTFLOAT} == "no"
 COMMON_SRCS+= fenv.c
 .endif
-COMMON_SRCS+= s_rintl.c
+COMMON_SRCS+= s_nexttoward.c s_rintl.c
 COMMON_SRCS+= e_sqrtl.c
 COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
 
@@ -195,6 +195,10 @@
 COMMON_SRCS += fenv.c
 .endif
 COMMON_SRCS+= s_rintl.c
+.if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el") \
+    && (!defined(CPUFLAGS) || empty(CPUFLAGS:M-mabi=32))
+COMMON_SRCS+= s_nexttoward.c
+.endif
 
 .elif (${LIBC_MACHINE_CPU} == "sh3")
 .PATH: ${.CURDIR}/arch/sh3



Home | Main Index | Thread Index | Old Index