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:
parent
16f87257d1
commit
5ca0bcec29
@ -668,8 +668,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 {
|
||||
@ -681,7 +681,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 ;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user