[haiku-commits] r39408 - haiku/branches/developer/bonefish/weak-symbols/build/jam

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 12 Nov 2010 01:43:38 +0100 (CET)

Author: bonefish
Date: 2010-11-12 01:43:37 +0100 (Fri, 12 Nov 2010)
New Revision: 39408
Changeset: http://dev.haiku-os.org/changeset/39408

Modified:
   haiku/branches/developer/bonefish/weak-symbols/build/jam/OptionalPackages
Log:
Updated gcc 4 package.


Modified: 
haiku/branches/developer/bonefish/weak-symbols/build/jam/OptionalPackages
===================================================================
--- haiku/branches/developer/bonefish/weak-symbols/build/jam/OptionalPackages   
2010-11-11 23:58:17 UTC (rev 39407)
+++ haiku/branches/developer/bonefish/weak-symbols/build/jam/OptionalPackages   
2010-11-12 00:43:37 UTC (rev 39408)
@@ -547,8 +547,8 @@
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) {
-               InstallOptionalHaikuImagePackage 
gcc-4.4.4-x86-gcc4-2010-10-09.zip
-                       : $(baseURL)/gcc-4.4.4-x86-gcc4-2010-10-09.zip ;
+               InstallOptionalHaikuImagePackage 
gcc-4.4.4-x86-gcc4-2010-11-11.zip
+                       : $(baseURL)/gcc-4.4.4-x86-gcc4-2010-11-11.zip ;
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 {
@@ -560,7 +560,7 @@
                local libs = libstdc++.so libsupc++.so ;
                for lib in $(libs) {
                        AddSymlinkToHaikuHybridImage
-                               develop abi x86 gcc4 tools 
gcc-4.4.4-haiku-100705 lib
+                               develop abi x86 gcc4 tools 
gcc-4.4.4-haiku-101111 lib
                                : /system/lib $(lib) : : true ;
                }
        }


Other related posts:

  • » [haiku-commits] r39408 - haiku/branches/developer/bonefish/weak-symbols/build/jam - ingo_weinhold