diff --git a/build/scripts/build_cross_tools_gcc4 b/build/scripts/build_cross_tools_gcc4 index 6eae4c87ea..86083d84ee 100755 --- a/build/scripts/build_cross_tools_gcc4 +++ b/build/scripts/build_cross_tools_gcc4 @@ -124,7 +124,8 @@ if [ "$HAIKU_USE_GCC_GRAPHITE" = 1 ]; then gccConfigureArgs="$gccConfigureArgs --with-cloog=$installDir \ --enable-cloog-backend=isl --with-ppl=$installDir \ - --disable-cloog-version-check --with-gmp=$installDir" + --disable-cloog-version-check --with-gmp=$installDir \ + --with-host-libstdcxx=\"-lstdc++ -lsupc++\"" fi # force the POSIX locale, as the build (makeinfo) might choke otherwise