Module Name: src Committed By: christos Date: Tue Dec 22 14:18:35 UTC 2015
Modified Files: src/tests/lib/libc/gen: Makefile Log Message: Put have fenv elsewhere. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/tests/lib/libc/gen/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/gen/Makefile diff -u src/tests/lib/libc/gen/Makefile:1.47 src/tests/lib/libc/gen/Makefile:1.48 --- src/tests/lib/libc/gen/Makefile:1.47 Tue Dec 22 03:26:16 2015 +++ src/tests/lib/libc/gen/Makefile Tue Dec 22 09:18:35 2015 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2015/12/22 08:26:16 martin Exp $ +# $NetBSD: Makefile,v 1.48 2015/12/22 14:18:35 christos Exp $ .include <bsd.own.mk> @@ -39,16 +39,8 @@ TESTS_C+= t_time TESTS_C+= t_ttyname TESTS_C+= t_vis -.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_siginfo.c+= -DHAVE_FENV LDADD.t_siginfo+= -lm DPADD.t_siginfo+= ${LIBM} -.endif - LDADD.t_fpclassify+= -lm DPADD.t_fpclassify+= ${LIBM} LDADD.t_fpsetround+= -lm