Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2009 19:22:12 +0000 (UTC)
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r198730 - projects/clangbsd
Message-ID:  <200910311922.n9VJMCcP000573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



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