Update the GCC4 optional package...yes, again

* This package is current as of btrev43040
* Primarily did this rebuild to assure the GCC4 package was made with the latest buildtool sources
* This invalidates the need to cherry pick hrev44704 for R1A4
+alpha4
This commit is contained in:
Joseph R. Prostko 2012-10-19 17:29:24 -04:00 committed by Alexander von Gluck IV
parent 2ecc6fe097
commit 91282696d8

View File

@ -668,8 +668,8 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) {
InstallOptionalHaikuImagePackage
gcc-4.6.3-r1a4-x86-gcc4-2012-10-17.zip
: $(baseURL)/gcc-4.6.3-r1a4-x86-gcc4-2012-10-17.zip ;
gcc-4.6.3-r1a4-x86-gcc4-2012-10-18.zip
: $(baseURL)/gcc-4.6.3-r1a4-x86-gcc4-2012-10-18.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-121017 lib
develop abi x86 gcc4 tools gcc-4.6.3-haiku-121018 lib
: /system/lib $(lib) : : true ;
}
}