Module Name: src Committed By: christos Date: Tue Dec 22 14:27:14 UTC 2015
Modified Files: src/tests/lib/libc/stdlib: Makefile Log Message: Add __TEST_FENV To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tests/lib/libc/stdlib/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/libc/stdlib/Makefile diff -u src/tests/lib/libc/stdlib/Makefile:1.27 src/tests/lib/libc/stdlib/Makefile:1.28 --- src/tests/lib/libc/stdlib/Makefile:1.27 Tue Dec 22 03:26:16 2015 +++ src/tests/lib/libc/stdlib/Makefile Tue Dec 22 09:27:14 2015 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/12/22 08:26:16 martin Exp $ +# $NetBSD: Makefile,v 1.28 2015/12/22 14:27:14 christos Exp $ .include <bsd.own.mk> @@ -29,14 +29,7 @@ BINDIR= ${TESTSDIR} PROGS+= h_atexit PROGS+= h_getopt h_getopt_long -.if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \ - || ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "powerpc" \ - || ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \ - || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" \ - || ${MACHINE_ARCH} == "mips" -CPPFLAGS.t_strtod.c+= -DHAVE_FENV -.endif - +CPPFLAGS.t_strtod.c+= -D__TEST_FENV LDADD.t_strtod= -lm DPADD.t_strtod+= ${LIBM}