[haiku-commits] r38376 - in haiku/trunk: . build/jam

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 26 Aug 2010 16:31:52 +0200 (CEST)

Author: axeld
Date: 2010-08-26 16:31:52 +0200 (Thu, 26 Aug 2010)
New Revision: 38376
Changeset: http://dev.haiku-os.org/changeset/38376

Modified:
   haiku/trunk/build/jam/OptionalPackages
   haiku/trunk/configure
Log:
* Updated the GCC2 package to version -100818. This will soon be needed to be
  able to build Haiku.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-08-26 14:10:40 UTC (rev 
38375)
+++ haiku/trunk/build/jam/OptionalPackages      2010-08-26 14:31:52 UTC (rev 
38376)
@@ -452,14 +452,14 @@
        # gcc and binutils
        if $(HAIKU_GCC_VERSION[1]) = 2 || $(isHybridBuild) {
                InstallOptionalHaikuImagePackage
-                       gcc-2.95.3-r1a2-x86-gcc2-2010-07-12.zip
-                       : $(baseURL)/gcc-2.95.3-x86-gcc2-2010-07-12.zip ;
+                       gcc-2.95.3-x86-gcc2-2010-08-18.zip
+                       : $(baseURL)/gcc-2.95.3-x86-gcc2-2010-08-18.zip ;
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 2 {
                # symlink to the appropriate system/lib[/gcc2] folder
                AddSymlinkToHaikuHybridImage
-                       develop abi x86 gcc2 tools gcc-2.95.3-haiku-100712 lib
+                       develop abi x86 gcc2 tools gcc-2.95.3-haiku-100818 lib
                        : /system/lib libstdc++.r4.so : : true ;
        }
 

Modified: haiku/trunk/configure
===================================================================
--- haiku/trunk/configure       2010-08-26 14:10:40 UTC (rev 38375)
+++ haiku/trunk/configure       2010-08-26 14:31:52 UTC (rev 38376)
@@ -316,7 +316,7 @@
 SFDISK_BINARY=sfdisk
 HOST_SFDISK=$SFDISK_BINARY
 
-haikuRequiredLegacyGCCVersion="2.95.3-haiku-100712"
+haikuRequiredLegacyGCCVersion="2.95.3-haiku-100818"
 export haikuRequiredLegacyGCCVersion
        # version of legacy gcc required to build haiku
 


Other related posts:

  • » [haiku-commits] r38376 - in haiku/trunk: . build/jam - axeld