Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libm define __TEST_FENV in the makefile for t_fe_r...



details:   https://anonhg.NetBSD.org/src/rev/5fe63470617b
branches:  trunk
changeset: 819861:5fe63470617b
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Dec 20 06:13:19 2016 +0000

description:
define __TEST_FENV in the makefile for t_fe_round
should fix vax build (it doesn't have fenv.h)

diffstat:

 tests/lib/libm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a1e2bc19eb05 -r 5fe63470617b tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile   Tue Dec 20 06:07:38 2016 +0000
+++ b/tests/lib/libm/Makefile   Tue Dec 20 06:13:19 2016 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index