Update GCC4 package

* This package is smaller in size than the previous due to the fix in btrev43038
* This package addresses issue building code with SSP due to fix in btrev43039
* This commit along with btrev43039 fixes #8931
+alpha4 (and hopefully last update to GCC before R1A4 release)
This commit is contained in:
Joseph R. Prostko
2012-10-17 08:15:23 -04:00
parent 04b1c44b89
commit 02a7951ec0
+3 -3
View File
@@ -671,8 +671,8 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) {
InstallOptionalHaikuImagePackage
gcc-4.6.3-r1a4-x86-gcc4-2012-10-12.zip
: $(baseURL)/gcc-4.6.3-r1a4-x86-gcc4-2012-10-12.zip ;
gcc-4.6.3-r1a4-x86-gcc4-2012-10-17.zip
: $(baseURL)/gcc-4.6.3-r1a4-x86-gcc4-2012-10-17.zip ;
}
if $(HAIKU_GCC_VERSION[1]) = 4 {
@@ -684,7 +684,7 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
local libs = libstdc++.so libsupc++.so ;
for lib in $(libs) {
AddSymlinkToHaikuHybridImage
develop abi x86 gcc4 tools gcc-4.6.3-haiku-121012 lib
develop abi x86 gcc4 tools gcc-4.6.3-haiku-121017 lib
: /system/lib $(lib) : : true ;
}
}