From 09797f9dcee936c755eec5c4ec8ce9f0d205bbec Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 13 Aug 2016 01:40:08 +0000 Subject: [PATCH] Adjust CFLAGS for fmod_test so it can find isqemu.h Sponsored by: EMC / Isilon Storage Division --- lib/msun/tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/msun/tests/Makefile b/lib/msun/tests/Makefile index 5dc280bc6651..a9acebea3cda 100644 --- a/lib/msun/tests/Makefile +++ b/lib/msun/tests/Makefile @@ -7,6 +7,9 @@ TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libm # All architectures on FreeBSD have fenv.h CFLAGS+= -DHAVE_FENV_H +# For isqemu.h +CFLAGS+= -I${TESTSRC:H}/libc/gen + # Not sure why this isn't defined for all architectures, since most # have long double. .if ${MACHINE_CPUARCH} == "aarch64" || \