Module Name: src
Committed By: maya
Date: Mon Jun 4 09:13:47 UTC 2018
Modified Files:
src/tests/lib/libm: Makefile
Log Message:
Blindly add __TEST_FENV in the hope of fixing the vax build.
(So we can include fenv.h, and then not use it - we ifdef vax out
for OS-portability reasons.)
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/tests/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/tests/lib/libm/Makefile
diff -u src/tests/lib/libm/Makefile:1.42 src/tests/lib/libm/Makefile:1.43
--- src/tests/lib/libm/Makefile:1.42 Tue Dec 20 06:13:19 2016
+++ src/tests/lib/libm/Makefile Mon Jun 4 09:13:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2016/12/20 06:13:19 maya Exp $
+# $NetBSD: Makefile,v 1.43 2018/06/04 09:13:47 maya Exp $
.include <bsd.own.mk>
@@ -11,6 +11,7 @@ COPTS+= -mfloat-ieee -mieee-with-inexact
CPPFLAGS.t_fenv.c+= -D__TEST_FENV
CPPFLAGS.t_fe_round.c+= -D__TEST_FENV
CPPFLAGS.t_ilogb.c+= -D__TEST_FENV
+CPPFLAGS.t_scalbn.c+= -D__TEST_FENV
CPPFLAGS.t_fmod.c+= -I${.CURDIR}/../libc/gen
TESTS_C+= t_acos