@@ -755,8 +755,10 @@ else
|
|||||||
crossToolsDir="$outputDir/cross-tools-$targetArch"
|
crossToolsDir="$outputDir/cross-tools-$targetArch"
|
||||||
targetMachine=`get_variable buildCrossToolsMachine_$targetArch`
|
targetMachine=`get_variable buildCrossToolsMachine_$targetArch`
|
||||||
script="$buildCrossToolsScript"
|
script="$buildCrossToolsScript"
|
||||||
|
scriptArgs=
|
||||||
if [ $targetArch != x86_gcc2 ]; then
|
if [ $targetArch != x86_gcc2 ]; then
|
||||||
script="${script}_gcc4 $targetMachine"
|
script="${script}_gcc4"
|
||||||
|
scriptArgs="$targetMachine"
|
||||||
fi
|
fi
|
||||||
secondaryArch=
|
secondaryArch=
|
||||||
if [ -z "$isPrimaryArch" ]; then
|
if [ -z "$isPrimaryArch" ]; then
|
||||||
@@ -772,8 +774,8 @@ else
|
|||||||
SECONDARY_ARCH=$secondaryArch \
|
SECONDARY_ARCH=$secondaryArch \
|
||||||
HAIKU_USE_GCC_GRAPHITE=`get_variable \
|
HAIKU_USE_GCC_GRAPHITE=`get_variable \
|
||||||
HAIKU_USE_GCC_GRAPHITE_$targetArch` \
|
HAIKU_USE_GCC_GRAPHITE_$targetArch` \
|
||||||
$script "$sourceDir" "$buildCrossTools" "$crossToolsDir" \
|
"$script" $scriptArgs "$sourceDir" "$buildCrossTools" \
|
||||||
$buildCrossToolsJobs || exit 1
|
"$crossToolsDir" $buildCrossToolsJobs || exit 1
|
||||||
crossToolsPrefix="$crossToolsDir/bin/${targetMachine}-"
|
crossToolsPrefix="$crossToolsDir/bin/${targetMachine}-"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user