From 351076daa0875f9bf7fe423a44d52a74de1ab11d Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 23 Apr 2010 17:06:58 +0000 Subject: [PATCH] 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 --- build/jam/OptionalPackages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 960d9b92b8..bf56fcda31 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -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 {