Module Name:    src
Committed By:   maya
Date:           Mon Apr 15 18:44:26 UTC 2019

Modified Files:
        src/lib/libm: Makefile

Log Message:
we need rintl (long double) to link binaries


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 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.206 src/lib/libm/Makefile:1.207
--- src/lib/libm/Makefile:1.206	Fri Feb 22 18:17:22 2019
+++ src/lib/libm/Makefile	Mon Apr 15 18:44:26 2019
@@ -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 @@ WARNS?=5
 .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

Reply via email to