Module Name: src
Committed By: nisimura
Date: Wed Aug 16 13:34:59 UTC 2017
Modified Files:
src/lib/libm: Makefile
Log Message:
add s_rintl.c for aarch64. ok by ryo@.
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 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.198 src/lib/libm/Makefile:1.199
--- src/lib/libm/Makefile:1.198 Wed Aug 16 09:18:24 2017
+++ src/lib/libm/Makefile Wed Aug 16 13:34:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.198 2017/08/16 09:18:24 he Exp $
+# $NetBSD: Makefile,v 1.199 2017/08/16 13:34:59 nisimura Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -60,6 +60,7 @@ ARCH_SRCS+= s_fma.S s_fmaf.S s_fmax.S s_
.if ${MKSOFTFLOAT} == "no"
COMMON_SRCS+= fenv.c
.endif
+COMMON_SRCS+= s_rintl.c
COMMON_SRCS+= e_sqrtl.c
COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c