Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2010 15:49:56 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r208378 - projects/clangbsd
Message-ID:  <201005211549.o4LFnuhN059839@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rdivacky
Date: Fri May 21 15:49:56 2010
New Revision: 208378
URL: http://svn.freebsd.org/changeset/base/208378

Log:
  we need the -isystem for gcc build as it puts the -isysroot
  at the end of the search path

Modified:
  projects/clangbsd/Makefile.inc1

Modified: projects/clangbsd/Makefile.inc1
==============================================================================
--- projects/clangbsd/Makefile.inc1	Fri May 21 15:49:09 2010	(r208377)
+++ projects/clangbsd/Makefile.inc1	Fri May 21 15:49:56 2010	(r208378)
@@ -277,6 +277,7 @@ LIB32CPUFLAGS=	-march=${TARGET_CPUTYPE}
 .endif
 LIB32FLAGS=	-m32 ${LIB32CPUFLAGS} -mfancy-math-387 -DCOMPAT_32BIT \
 		-isysroot ${LIB32TMP}/ \
+		-isystem ${LIB32TMP}/usr/include/ \
 		-L${LIB32TMP}/usr/lib32 \
 		-B${LIB32TMP}/usr/lib32
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005211549.o4LFnuhN059839>