build_cross_tools_gcc4: use --with-hybrid-secondary

This commit is contained in:
Ingo Weinhold
2013-08-07 02:13:15 +02:00
parent 00979660d9
commit 394c099f62
+1 -1
View File
@@ -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