diff options
| author | martin <martin@NetBSD.org> | 2015-12-21 12:11:23 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2015-12-21 12:11:23 +0000 |
| commit | ddab9046e95970da3305e87f0ce15020cf0fcb12 (patch) | |
| tree | c6321dedbfb2c6d1ae4c7f4e7ce4272b7eb3280f /tests/lib/libc/stdlib | |
| parent | 102ae7418d11d5c4033ba482768b138fc678fca0 (diff) | |
While PR 48633 is not properly fixed, keep the additional lists of
fenv-enabled architectures in sync.
Diffstat (limited to 'tests/lib/libc/stdlib')
| -rw-r--r-- | tests/lib/libc/stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/libc/stdlib/Makefile b/tests/lib/libc/stdlib/Makefile index b12287d69e1..056a2eb8baa 100644 --- a/tests/lib/libc/stdlib/Makefile +++ b/tests/lib/libc/stdlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/05/01 14:17:56 christos Exp $ +# $NetBSD: Makefile,v 1.26 2015/12/21 12:11:23 martin Exp $ .include <bsd.own.mk> @@ -30,6 +30,7 @@ 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" CPPFLAGS.t_strtod.c+= -DHAVE_FENV |
