Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm also want s_nexttoward.c on riscv. now tests/lib/l...
details: https://anonhg.NetBSD.org/src/rev/9b661c7fbd62
branches: trunk
changeset: 450538:9b661c7fbd62
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Apr 17 07:45:23 2019 +0000
description:
also want s_nexttoward.c on riscv. now tests/lib/libm links.
diffstat:
lib/libm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ceed6755e960 -r 9b661c7fbd62 lib/libm/Makefile
--- a/lib/libm/Makefile Wed Apr 17 07:40:34 2019 +0000
+++ b/lib/libm/Makefile Wed Apr 17 07:45:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2019/04/15 18:44:26 maya Exp $
+# $NetBSD: Makefile,v 1.208 2019/04/17 07:45:23 mrg Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -176,7 +176,7 @@
.elif (${LIBC_MACHINE_CPU} == "riscv")
.PATH: ${.CURDIR}/arch/riscv
-COMMON_SRCS+= s_rintl.c
+COMMON_SRCS+= s_nexttoward.c s_rintl.c
.if ${MKSOFTFLOAT} == "no"
COMMON_SRCS += fenv.c
Home |
Main Index |
Thread Index |
Old Index