[haiku-commits] haiku.r1alpha4: hrevr1alpha4-44678 - build/jam

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 6 Nov 2012 00:14:06 +0100 (CET)

hrevr1alpha4-44678 adds 1 changeset to branch 'r1alpha4'
old head: 00de745add4fc551f113adfa093f6d9c6c6489fe
new head: 58b5cfa6a5d96b02602ed5798fd4a856036ce6a1

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

58b5cfa: Updated GCC2 and GCC4 optional packages
  * These were updated again due to recent changes to the buildtools
  * Packages are based on btrev43045, whereas the previous set was based on 
btrev43040
  +alpha 4 (GCC2 package needed to match recent date versioning change to 
configure script)

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

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

Revision:    hrevr1alpha4-44678
Commit:      58b5cfa6a5d96b02602ed5798fd4a856036ce6a1
URL:         http://cgit.haiku-os.org/haiku/commit/?id=58b5cfa
Author:      Joseph R. Prostko <joe.prostko@xxxxxxxxx>
Date:        Thu Nov  1 15:50:50 2012 UTC
Committer:   Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Commit-Date: Mon Nov  5 23:10:49 2012 UTC

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

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

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

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


Other related posts:

  • » [haiku-commits] haiku.r1alpha4: hrevr1alpha4-44678 - build/jam - kallisti5