Source-Changes-HG archive

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

[src/trunk]: src/lib/libm we need rintl (long double) to link binaries



details:   https://anonhg.NetBSD.org/src/rev/61395259660e
branches:  trunk
changeset: 455840:61395259660e
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Apr 15 18:44:26 2019 +0000

description:
we need rintl (long double) to link binaries

diffstat:

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

diffs (18 lines):

diff -r 155ea1f46ec5 -r 61395259660e lib/libm/Makefile
--- a/lib/libm/Makefile Mon Apr 15 18:41:06 2019 +0000
+++ b/lib/libm/Makefile Mon Apr 15 18:44:26 2019 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.206 2019/02/22 18:17:22 maya Exp $
+#  $NetBSD: Makefile,v 1.207 2019/04/15 18:44:26 maya Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -176,6 +176,8 @@
 .elif (${LIBC_MACHINE_CPU} == "riscv")
 .PATH: ${.CURDIR}/arch/riscv
 
+COMMON_SRCS+= s_rintl.c
+
 .if ${MKSOFTFLOAT} == "no"
 COMMON_SRCS += fenv.c
 ARCH_SRCS = e_sqrt.S e_sqrtf.S



Home | Main Index | Thread Index | Old Index