diff --git a/build/scripts/build_cross_tools_gcc4 b/build/scripts/build_cross_tools_gcc4 index 1bdada3691..1b2e70c8f3 100755 --- a/build/scripts/build_cross_tools_gcc4 +++ b/build/scripts/build_cross_tools_gcc4 @@ -136,7 +136,7 @@ if [ "$HAIKU_USE_GCC_GRAPHITE" = 1 ]; then fi if [ -n "$SECONDARY_ARCH" ]; then - gccConfigureArgs="$gccConfigureArgs --enable-hybrid-secondary" + gccConfigureArgs="$gccConfigureArgs --with-hybrid-secondary=$SECONDARY_ARCH" fi # force the POSIX locale, as the build (makeinfo) might choke otherwise