From 394c099f62eba6ccbc671d28308c7e36d78d09a6 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 7 Aug 2013 02:09:37 +0200 Subject: [PATCH] build_cross_tools_gcc4: use --with-hybrid-secondary --- build/scripts/build_cross_tools_gcc4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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