* fixed dependency of build_cross_tools on version of legacy compile, this finally fixes

building of cross-compiler on Linux (as reported by korli, thanks!).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18861 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2006-09-16 15:40:36 +00:00
parent 48080d8c54
commit af4bf973bb
2 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -59,8 +59,7 @@ rm -rf $installDir $objDir
mkdir -p $installDir $objDir $binutilsObjDir $gccObjDir $tmpIncludeDir \
$tmpLibDir || exit 1
mkdir -p $installDir/lib/gcc-lib/i586-pc-beos/2.95.3-beos-041202
mkdir -p $installDir/lib/gcc-lib/i586-pc-beos/$haikuRequiredLegacyGCCVersion
# build binutils
cd $binutilsObjDir