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/7c51befce2c8
branches: trunk
changeset: 450470:7c51befce2c8
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 9dde695c8423 -r 7c51befce2c8 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