--- build_cross_tools_gcc4.orig Tue Jan 22 18:21:43 2013 +++ build_cross_tools_gcc4 Tue Jan 22 20:37:19 2013 @@ -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,7 +145,8 @@ cd $gccObjDir CFLAGS="-O2" CXXFLAGS="-O2" $gccSourceDir/configure --prefix=$installDir \ --target=$haikuMachine --disable-nls --disable-shared \ - --enable-languages=c,c++ \ + --enable-languages=c,c++ --disable-lto \ + --with-ppl=/usr/local --disable-libstdcxx-pch \ --with-headers=$tmpIncludeDir --with-libs=$tmpLibDir \ $gccConfigureArgs || exit 1