hrevr1alpha4-44642 adds 4 changesets to branch 'r1alpha4' old head: 245e5fccc85bec82f4b2be9dbbe525bffb0d9735 new head: 91282696d87d59a6467033c0a2807d7fb24574dc ---------------------------------------------------------------------------- 16f8725: Update GCC2 and GCC4 optional packages for R1A4 * GCC4 was updated to GCC 4.6.3 to fix ICE issue while building natively + alpha4 5ca0bce: Update GCC4 package * This package is smaller in size than the previous due to the fix in btrev43038 * This package addresses issue building code with SSP due to fix in btrev43039 * This commit along with btrev43039 fixes #8931 +alpha4 (and hopefully last update to GCC before R1A4 release) 2ecc6fe: Update Perl 5.10.1 GCC4 package for R1A4 * After the SSP fix committed recently for GCC, Perl can now build again correctly +alpha4 9128269: Update the GCC4 optional package...yes, again * This package is current as of btrev43040 * Primarily did this rebuild to assure the GCC4 package was made with the latest buildtool sources * This invalidates the need to cherry pick hrev44704 for R1A4 +alpha4 [ Joseph R. Prostko <joe.prostko@xxxxxxxxx> ] ---------------------------------------------------------------------------- 1 file changed, 8 insertions(+), 8 deletions(-) build/jam/OptionalPackages | 16 ++++++++-------- ############################################################################ Commit: 16f87257d1addb6fe8f0ca729e81169659298013 URL: http://cgit.haiku-os.org/haiku/commit/?id=16f8725 Author: Joseph R. Prostko <joe.prostko@xxxxxxxxx> Date: Sat Oct 13 00:21:12 2012 UTC Committer: Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> Commit-Date: Sun Oct 21 15:07:54 2012 UTC Update GCC2 and GCC4 optional packages for R1A4 * GCC4 was updated to GCC 4.6.3 to fix ICE issue while building natively + alpha4 ---------------------------------------------------------------------------- diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 7e7ddac..3927a45 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-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 { @@ -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.2-haiku-120121 lib + develop abi x86 gcc4 tools gcc-4.6.3-haiku-121012 lib : /system/lib $(lib) : : true ; } } ############################################################################ Commit: 5ca0bcec29d4e825944e65d77bd72d0308312cdf URL: http://cgit.haiku-os.org/haiku/commit/?id=5ca0bce Author: Joseph R. Prostko <joe.prostko@xxxxxxxxx> Date: Wed Oct 17 12:15:23 2012 UTC Committer: Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> Commit-Date: Sun Oct 21 15:08:20 2012 UTC Ticket: https://dev.haiku-os.org/ticket/8931 Update GCC4 package * This package is smaller in size than the previous due to the fix in btrev43038 * This package addresses issue building code with SSP due to fix in btrev43039 * This commit along with btrev43039 fixes #8931 +alpha4 (and hopefully last update to GCC before R1A4 release) ---------------------------------------------------------------------------- diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 3927a45..d196739 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -668,8 +668,8 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ] if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) { InstallOptionalHaikuImagePackage - gcc-4.6.3-r1a4-x86-gcc4-2012-10-12.zip - : $(baseURL)/gcc-4.6.3-r1a4-x86-gcc4-2012-10-12.zip ; + gcc-4.6.3-r1a4-x86-gcc4-2012-10-17.zip + : $(baseURL)/gcc-4.6.3-r1a4-x86-gcc4-2012-10-17.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-121012 lib + develop abi x86 gcc4 tools gcc-4.6.3-haiku-121017 lib : /system/lib $(lib) : : true ; } } ############################################################################ Commit: 2ecc6fe097697d87fdb19d62ef27934a449de077 URL: http://cgit.haiku-os.org/haiku/commit/?id=2ecc6fe Author: Joseph R. Prostko <joe.prostko@xxxxxxxxx> Date: Wed Oct 17 17:30:12 2012 UTC Committer: Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> Commit-Date: Sun Oct 21 15:08:56 2012 UTC Update Perl 5.10.1 GCC4 package for R1A4 * After the SSP fix committed recently for GCC, Perl can now build again correctly +alpha4 ---------------------------------------------------------------------------- diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index d196739..ca040eb 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -1627,8 +1627,8 @@ if [ IsOptionalHaikuImagePackageAdded Perl ] { } else { if $(HAIKU_GCC_VERSION[1]) >= 4 { InstallOptionalHaikuImagePackage - perl-5.10.1-r1a3-x86-gcc4-2011-05-24.zip - : $(baseURL)/perl-5.10.1-r1a3-x86-gcc4-2011-05-24.zip + perl-5.10.1-r1a4-x86-gcc4-2012-10-17.zip + : $(baseURL)/perl-5.10.1-r1a4-x86-gcc4-2012-10-17.zip : : true ; } else { InstallOptionalHaikuImagePackage ############################################################################ Revision: hrevr1alpha4-44642 Commit: 91282696d87d59a6467033c0a2807d7fb24574dc URL: http://cgit.haiku-os.org/haiku/commit/?id=9128269 Author: Joseph R. Prostko <joe.prostko@xxxxxxxxx> Date: Fri Oct 19 21:29:24 2012 UTC Committer: Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> Commit-Date: Sun Oct 21 15:09:17 2012 UTC Update the GCC4 optional package...yes, again * This package is current as of btrev43040 * Primarily did this rebuild to assure the GCC4 package was made with the latest buildtool sources * This invalidates the need to cherry pick hrev44704 for R1A4 +alpha4 ---------------------------------------------------------------------------- diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index ca040eb..ea2d65a 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -668,8 +668,8 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ] if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) { InstallOptionalHaikuImagePackage - gcc-4.6.3-r1a4-x86-gcc4-2012-10-17.zip - : $(baseURL)/gcc-4.6.3-r1a4-x86-gcc4-2012-10-17.zip ; + gcc-4.6.3-r1a4-x86-gcc4-2012-10-18.zip + : $(baseURL)/gcc-4.6.3-r1a4-x86-gcc4-2012-10-18.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-121017 lib + develop abi x86 gcc4 tools gcc-4.6.3-haiku-121018 lib : /system/lib $(lib) : : true ; } }