fix picobsd cross builds on stable/10

This commit is contained in:
Luigi Rizzo 2014-05-22 12:30:56 +00:00
parent 1593e8754e
commit c15bc72781

View file

@ -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