[haiku-commits] r38905 - haiku/trunk/build/jam

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 9 Oct 2010 17:41:07 +0200 (CEST)

Author: mmadia
Date: 2010-10-09 17:41:06 +0200 (Sat, 09 Oct 2010)
New Revision: 38905
Changeset: http://dev.haiku-os.org/changeset/38905

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
 * Repackaged the gcc-4.4.4 archive, with a g++ -> c++/4.4.4 symlink included.
 * Reverted part of r38901 to create the symlink
 develop/abi/x86/gcc4/headers/cpp -> ../tools/current/include/g++


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-10-09 09:09:01 UTC (rev 
38904)
+++ haiku/trunk/build/jam/OptionalPackages      2010-10-09 15:41:06 UTC (rev 
38905)
@@ -523,14 +523,14 @@
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) {
-               InstallOptionalHaikuImagePackage 
gcc-4.4.4-r1a2-x86-gcc4-2010-07-05.zip
-                       : $(baseURL)/gcc-4.4.4-r1a2-x86-gcc4-2010-07-05.zip ;
+               InstallOptionalHaikuImagePackage 
gcc-4.4.4-x86-gcc4-2010-10-09.zip
+                       : $(baseURL)/gcc-4.4.4-x86-gcc4-2010-10-09.zip ;
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 {
-               # symlink cpp to c++'s headers
+               # symlink cpp to g++'s headers
                AddSymlinkToHaikuHybridImage develop abi x86 gcc4 headers
-                       : ../tools/current/include/c++ : cpp ;
+                       : ../tools/current/include/g++ : cpp ;
 
                # symlink to the appropriate system/lib[/gcc4] folder
                local libs = libstdc++.so libsupc++.so ;


Other related posts:

  • » [haiku-commits] r38905 - haiku/trunk/build/jam - mattmadia