summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2009-11-01 08:20:30 +0000
committerrdivacky <rdivacky@FreeBSD.org>2009-11-01 08:20:30 +0000
commit29890cf9d2809593453bd452d4617e0ef072596c (patch)
tree7b8a8461a231963e036189400f8964f31c92c5a5 /Makefile.inc1
parent943e1b107a9100189f9c88ee1313ce81a7ed1ba5 (diff)
downloadFreeBSD-src-29890cf9d2809593453bd452d4617e0ef072596c.zip
FreeBSD-src-29890cf9d2809593453bd452d4617e0ef072596c.tar.gz
Replace -iprefix with -isystem. We only need alternative header
files search path and thus -isystem is sufficient. -iprefix is meant to do something entirely different. Approved by: ed (mentor) OKed by: ru, kan Tested by: make universe
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 591d79f..6a59f02 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -272,7 +272,7 @@ LIB32CPUFLAGS= -march=i686 -mmmx -msse -msse2
LIB32CPUFLAGS= -march=${TARGET_CPUTYPE}
.endif
LIB32FLAGS= -m32 ${LIB32CPUFLAGS} -mfancy-math-387 -DCOMPAT_32BIT \
- -iprefix ${LIB32TMP}/usr/ \
+ -isystem ${LIB32TMP}/usr/include/ \
-L${LIB32TMP}/usr/lib32 \
-B${LIB32TMP}/usr/lib32
OpenPOWER on IntegriCloud