Module Name:    src
Committed By:   skrll
Date:           Sat Jan 18 17:20:36 UTC 2014

Modified Files:
        src/lib/libm: Makefile

Log Message:
Add various functions which need fenv support to arm.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 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.152 src/lib/libm/Makefile:1.153
--- src/lib/libm/Makefile:1.152	Fri Nov 22 13:37:24 2013
+++ src/lib/libm/Makefile	Sat Jan 18 17:20:36 2014
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.152 2013/11/22 13:37:24 martin Exp $
+#  $NetBSD: Makefile,v 1.153 2014/01/18 17:20:36 skrll Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -52,7 +52,8 @@ USE_SHLIBDIR=	yes
 ARCH_SRCS = s_copysign.S s_copysignf.S lrint.S
 .elif (${MACHINE_CPU} == "arm")
 .PATH: ${.CURDIR}/arch/arm
-COMMON_SRCS+= fenv.c
+COMMON_SRCS+= fenv.c s_nexttowardf.c \
+	s_nearbyint.c s_rintl.c
 COPTS.e_sqrtl.c += -DHAVE_FENV_H
 .if (${MKSOFTFLOAT} == "no")
 ARCH_SRCS = e_sqrt.S e_sqrtf.S lrint.S lrintf.S s_fabsf.S s_fma.S s_fmaf.S

Reply via email to