--- build_cross_tools_gcc4.orig Mon Mar 5 21:02:41 2012 +++ build_cross_tools_gcc4 Wed Mar 7 18:01:43 2012 @@ -112,6 +112,7 @@ cd $binutilsObjDir CFLAGS="-O2" CXXFLAGS="-O2" $binutilsSourceDir/configure \ --prefix=$installDir --target=$haikuMachine --disable-nls \ + --with-ppl=/usr/local \ --disable-shared --disable-werror $binutilsConfigureArgs || exit 1 $MAKE $additionalMakeArgs || exit 1 $MAKE $additionalMakeArgs install || exit 1 @@ -144,8 +145,9 @@ cd $gccObjDir CFLAGS="-O2" CXXFLAGS="-O2" $gccSourceDir/configure --prefix=$installDir \ --target=$haikuMachine --disable-nls --disable-shared \ - --enable-languages=c,c++ --enable-lto --enable-frame-pointer \ + --enable-languages=c,c++ --disable-lto --enable-frame-pointer \ --with-headers=$tmpIncludeDir --with-libs=$tmpLibDir \ + --with-ppl=/usr/local --disable-libstdcxx-pch \ $gccConfigureArgs || exit 1 # make gcc