From 4880bcc586a5a09d52073945ea83d07b854238d1 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 27 Apr 2015 13:57:39 +0000 Subject: Correct the spelling of MACHINE_CPUARCH, MACHINE_CPU is not set on arm64. --- lib/msun/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/msun/tests/Makefile b/lib/msun/tests/Makefile index cb06868..b07be2d 100644 --- a/lib/msun/tests/Makefile +++ b/lib/msun/tests/Makefile @@ -7,7 +7,7 @@ TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libm TESTSDIR= ${TESTSBASE}/lib/msun .if ${MACHINE} == "sparc" || ${MACHINE} == "i386" \ - || ${MACHINE} == "amd64" || ${MACHINE_CPU} == "arm" \ + || ${MACHINE} == "amd64" || ${MACHINE_CPUARCH} == "arm" \ || ${MACHINE} == "sparc64" CFLAGS+= -DHAVE_FENV_H .endif -- cgit v1.1