svn commit: r304032 - projects/netbsd-tests-update-12/lib/msun/tests

Garrett Cooper ngie at FreeBSD.org
Sat Aug 13 01:40:09 UTC 2016


Author: ngie
Date: Sat Aug 13 01:40:08 2016
New Revision: 304032
URL: https://svnweb.freebsd.org/changeset/base/304032

Log:
  Adjust CFLAGS for fmod_test so it can find isqemu.h
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  projects/netbsd-tests-update-12/lib/msun/tests/Makefile

Modified: projects/netbsd-tests-update-12/lib/msun/tests/Makefile
==============================================================================
--- projects/netbsd-tests-update-12/lib/msun/tests/Makefile	Sat Aug 13 01:34:35 2016	(r304031)
+++ projects/netbsd-tests-update-12/lib/msun/tests/Makefile	Sat Aug 13 01:40:08 2016	(r304032)
@@ -7,6 +7,9 @@ TESTSRC=	${SRCTOP}/contrib/netbsd-tests/
 # 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" || \


More information about the svn-src-projects mailing list