svn commit: r266543 - head/release/picobsd/build

Luigi Rizzo luigi at FreeBSD.org
Thu May 22 12:30:57 UTC 2014


Author: luigi
Date: Thu May 22 12:30:56 2014
New Revision: 266543
URL: http://svnweb.freebsd.org/changeset/base/266543

Log:
  fix picobsd cross builds on stable/10

Modified:
  head/release/picobsd/build/picobsd

Modified: head/release/picobsd/build/picobsd
==============================================================================
--- head/release/picobsd/build/picobsd	Thu May 22 12:01:43 2014	(r266542)
+++ head/release/picobsd/build/picobsd	Thu May 22 12:30:56 2014	(r266543)
@@ -996,7 +996,9 @@ set_build_parameters() {
 	export TARGET_ARCH=${o_arch} TARGET=${o_arch}
 	# XXX 20131001 see if CLANG fixes the build
 	export WITHOUT_CLANG_IS_CC=yes
+	export WITHOUT_CLANG_BOOTSTRAP=yes
 	export WITH_GCC=yes
+	export WITH_GCC_BOOTSTRAP=yes
 	export WITH_GNUCXX=yes
 	export WITHOUT_CLANG=yes
 	export WITHOUT_ICONV=yes


More information about the svn-src-all mailing list