Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm rintl is required for archs that support long double.
details: https://anonhg.NetBSD.org/src/rev/93014480f0b2
branches: trunk
changeset: 355813:93014480f0b2
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Tue Aug 15 10:40:28 2017 +0000
description:
rintl is required for archs that support long double.
diffstat:
lib/libm/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 757fdcd0623d -r 93014480f0b2 lib/libm/Makefile
--- a/lib/libm/Makefile Tue Aug 15 10:27:59 2017 +0000
+++ b/lib/libm/Makefile Tue Aug 15 10:40:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.196 2017/08/11 20:24:56 he Exp $
+# $NetBSD: Makefile,v 1.197 2017/08/15 10:40:28 mlelstv Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -193,6 +193,7 @@
.if ${MKSOFTFLOAT} == "no"
COMMON_SRCS += fenv.c
.endif
+COMMON_SRCS+= s_nexttowardf.c s_rintl.c
.elif (${LIBC_MACHINE_CPU} == "sh3")
.PATH: ${.CURDIR}/arch/sh3
Home |
Main Index |
Thread Index |
Old Index