Module Name: src
Committed By: mrg
Date: Wed Apr 17 07:45:23 UTC 2019
Modified Files:
src/lib/libm: Makefile
Log Message:
also want s_nexttoward.c on riscv. now tests/lib/libm links.
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 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.207 src/lib/libm/Makefile:1.208
--- src/lib/libm/Makefile:1.207 Mon Apr 15 18:44:26 2019
+++ src/lib/libm/Makefile Wed Apr 17 07:45:23 2019
@@ -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 @@ WARNS?=5
.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