Module Name: src
Committed By: mlelstv
Date: Tue Aug 15 10:40:28 UTC 2017
Modified Files:
src/lib/libm: Makefile
Log Message:
rintl is required for archs that support long double.
To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 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.196 src/lib/libm/Makefile:1.197
--- src/lib/libm/Makefile:1.196 Fri Aug 11 20:24:56 2017
+++ src/lib/libm/Makefile Tue Aug 15 10:40:28 2017
@@ -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 @@ COMMON_SRCS += fenv.c
.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