Module Name: src
Committed By: maya
Date: Tue Dec 20 06:13:19 UTC 2016
Modified Files:
src/tests/lib/libm: Makefile
Log Message:
define __TEST_FENV in the makefile for t_fe_round
should fix vax build (it doesn't have fenv.h)
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 src/tests/lib/libm/Makefile:1.42
--- src/tests/lib/libm/Makefile:1.41 Mon Dec 19 17:38:24 2016
+++ src/tests/lib/libm/Makefile Tue Dec 20 06:13:19 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2016/12/19 17:38:24 maya Exp $
+# $NetBSD: Makefile,v 1.42 2016/12/20 06:13:19 maya Exp $
.include <bsd.own.mk>
@@ -9,6 +9,7 @@ COPTS+= -mfloat-ieee -mieee-with-inexact
.endif
CPPFLAGS.t_fenv.c+= -D__TEST_FENV
+CPPFLAGS.t_fe_round.c+= -D__TEST_FENV
CPPFLAGS.t_ilogb.c+= -D__TEST_FENV
CPPFLAGS.t_fmod.c+= -I${.CURDIR}/../libc/gen