* Updated the GCC2 package to version -100818. This will soon be needed to be

able to build Haiku.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38376 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-08-26 14:31:52 +00:00
parent 3c772f3e09
commit f9bb7404fa
2 changed files with 4 additions and 4 deletions

View File

@ -452,14 +452,14 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
# gcc and binutils
if $(HAIKU_GCC_VERSION[1]) = 2 || $(isHybridBuild) {
InstallOptionalHaikuImagePackage
gcc-2.95.3-r1a2-x86-gcc2-2010-07-12.zip
: $(baseURL)/gcc-2.95.3-x86-gcc2-2010-07-12.zip ;
gcc-2.95.3-x86-gcc2-2010-08-18.zip
: $(baseURL)/gcc-2.95.3-x86-gcc2-2010-08-18.zip ;
}
if $(HAIKU_GCC_VERSION[1]) = 2 {
# symlink to the appropriate system/lib[/gcc2] folder
AddSymlinkToHaikuHybridImage
develop abi x86 gcc2 tools gcc-2.95.3-haiku-100712 lib
develop abi x86 gcc2 tools gcc-2.95.3-haiku-100818 lib
: /system/lib libstdc++.r4.so : : true ;
}

2
configure vendored
View File

@ -316,7 +316,7 @@ HOST_GCC_OBJCOPY=`gcc -print-prog-name=objcopy`
SFDISK_BINARY=sfdisk
HOST_SFDISK=$SFDISK_BINARY
haikuRequiredLegacyGCCVersion="2.95.3-haiku-100712"
haikuRequiredLegacyGCCVersion="2.95.3-haiku-100818"
export haikuRequiredLegacyGCCVersion
# version of legacy gcc required to build haiku