build_cross_tools_gcc4: use --with-hybrid-secondary
This commit is contained in:
@@ -136,7 +136,7 @@ if [ "$HAIKU_USE_GCC_GRAPHITE" = 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$SECONDARY_ARCH" ]; then
|
if [ -n "$SECONDARY_ARCH" ]; then
|
||||||
gccConfigureArgs="$gccConfigureArgs --enable-hybrid-secondary"
|
gccConfigureArgs="$gccConfigureArgs --with-hybrid-secondary=$SECONDARY_ARCH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# force the POSIX locale, as the build (makeinfo) might choke otherwise
|
# force the POSIX locale, as the build (makeinfo) might choke otherwise
|
||||||
|
|||||||
Reference in New Issue
Block a user