Fixing #5782 (buggy gcc2 package):
* Apparently triggered by some strange stellar constellation, the libgcc.a contained in gcc-2010-04-20 did not contain the files required for c++ support. Fixed by rebuilding gcc and fetching the (then correct) libgcc.a from there and putting it into gcc-2010-04-20-1.zip git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36434 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -409,8 +409,8 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
|
||||
&& $(TARGET_ARCH) = x86 {
|
||||
# gcc and binutils
|
||||
if $(HAIKU_GCC_VERSION[1]) = 2 || $(isHybridBuild) {
|
||||
InstallOptionalHaikuImagePackage gcc-2.95.3-r1a2-x86-gcc2-2010-04-20.zip
|
||||
: $(baseURL)/gcc-2.95.3-r1a2-x86-gcc2-2010-04-20.zip ;
|
||||
InstallOptionalHaikuImagePackage gcc-2.95.3-r1a2-x86-gcc2-2010-04-20-1.zip
|
||||
: $(baseURL)/gcc-2.95.3-r1a2-x86-gcc2-2010-04-20-1.zip ;
|
||||
}
|
||||
|
||||
if $(HAIKU_GCC_VERSION[1]) = 2 {
|
||||
|
||||
Reference in New Issue
Block a user