svn commit: r198730 - projects/clangbsd

Roman Divacky rdivacky at FreeBSD.org
Sat Oct 31 19:22:13 UTC 2009


Author: rdivacky
Date: Sat Oct 31 19:22:12 2009
New Revision: 198730
URL: http://svn.freebsd.org/changeset/base/198730

Log:
  Nor gcc nor clang needs the -iprefix, remove that. Reshuffle to minimize
  diff against head.

Modified:
  projects/clangbsd/Makefile.inc1

Modified: projects/clangbsd/Makefile.inc1
==============================================================================
--- projects/clangbsd/Makefile.inc1	Sat Oct 31 19:02:08 2009	(r198729)
+++ projects/clangbsd/Makefile.inc1	Sat Oct 31 19:22:12 2009	(r198730)
@@ -275,9 +275,8 @@ LIB32CPUFLAGS=	-march=i686 -mmmx -msse -
 LIB32CPUFLAGS=	-march=${TARGET_CPUTYPE}
 .endif
 LIB32FLAGS=	-m32 ${LIB32CPUFLAGS} -mfancy-math-387 -DCOMPAT_32BIT \
-		-iprefix ${LIB32TMP}/usr/ \
-		-L${LIB32TMP}/usr/lib32 \
 		-isystem ${LIB32TMP}/usr/include/ \
+		-L${LIB32TMP}/usr/lib32 \
 		-B${LIB32TMP}/usr/lib32
 
 # Yes, the flags are redundant.


More information about the svn-src-projects mailing list