[haiku-commits] haiku: hrev44692 - build/jam

  • From: joe.prostko@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 13 Oct 2012 02:26:35 +0200 (CEST)

hrev44692 adds 1 changeset to branch 'master'
old head: d6977957a0b9929114b5f3d128d686eafa53b016
new head: e7defb0055ed3041f7257e7e7a81a3070d7324b9

----------------------------------------------------------------------------

e7defb0: Update GCC2 and GCC4 optional packages for R1A4
  * GCC4 was updated to GCC 4.6.3 to fix ICE issue while building natively
  + alpha4

                               [ Joseph R. Prostko <joe.prostko@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44692
Commit:      e7defb0055ed3041f7257e7e7a81a3070d7324b9
URL:         http://cgit.haiku-os.org/haiku/commit/?id=e7defb0
Author:      Joseph R. Prostko <joe.prostko@xxxxxxxxx>
Date:        Sat Oct 13 00:21:12 2012 UTC

----------------------------------------------------------------------------

1 file changed, 6 insertions(+), 6 deletions(-)
build/jam/OptionalPackages |   12 ++++++------

----------------------------------------------------------------------------

diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages
index 72aad12..8c8c370 100644
--- a/build/jam/OptionalPackages
+++ b/build/jam/OptionalPackages
@@ -658,21 +658,21 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
        # gcc and binutils
        if $(HAIKU_GCC_VERSION[1]) = 2 || $(isHybridBuild) {
                InstallOptionalHaikuImagePackage
-                       gcc-2.95.3-x86-gcc2-2011-11-22.zip
-                       : $(baseURL)/gcc-2.95.3-x86-gcc2-2011-11-22.zip ;
+                       gcc-2.95.3-r1a4-x86-gcc2-2012-10-12.zip
+                       : $(baseURL)/gcc-2.95.3-r1a4-x86-gcc2-2012-10-12.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-111122 lib
+                       develop abi x86 gcc2 tools gcc-2.95.3-haiku-121012 lib
                        : /system/lib libstdc++.r4.so : : true ;
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) {
                InstallOptionalHaikuImagePackage
-                       gcc-4.6.2-x86-gcc4-2012-01-21.zip
-                       : $(baseURL)/gcc-4.6.2-x86-gcc4-2012-01-21.zip ;
+                       gcc-4.6.3-r1a4-x86-gcc4-2012-10-12.zip
+                       : $(baseURL)/gcc-4.6.3-r1a4-x86-gcc4-2012-10-12.zip ;
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 {
@@ -684,7 +684,7 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
                local libs = libstdc++.so libsupc++.so ;
                for lib in $(libs) {
                        AddSymlinkToHaikuHybridImage
-                               develop abi x86 gcc4 tools 
gcc-4.6.2-haiku-120121 lib
+                               develop abi x86 gcc4 tools 
gcc-4.6.3-haiku-121012 lib
                                : /system/lib $(lib) : : true ;
                }
        }


Other related posts:

  • » [haiku-commits] haiku: hrev44692 - build/jam - joe . prostko