[haiku-commits] r42529 - buildtools/trunk

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 1 Aug 2011 03:39:40 +0200 (CEST)

Author: scottmc
Date: 2011-08-01 03:39:39 +0200 (Mon, 01 Aug 2011)
New Revision: 42529
Changeset: https://dev.haiku-os.org/changeset/42529

Modified:
   buildtools/trunk/INSTALL-gcc4-from-source-Haiku
Log:
Update gcc4 install instructions to reflect change to 4.5


Modified: buildtools/trunk/INSTALL-gcc4-from-source-Haiku
===================================================================
--- buildtools/trunk/INSTALL-gcc4-from-source-Haiku     2011-08-01 01:30:47 UTC 
(rev 42528)
+++ buildtools/trunk/INSTALL-gcc4-from-source-Haiku     2011-08-01 01:39:39 UTC 
(rev 42529)
@@ -1,13 +1,13 @@
-How to build gcc-4.4 natively on Haiku:
+How to build gcc-4.5 natively on Haiku:
 
 checkout the buildtools from the haiku repository
 cd into the buildtools folder (where this file lives)
 
 declare the current gcc-version-date like this:
-       export GCCDATE=100421
-       export GCCVERSION=gcc-4.4.4-haiku-${GCCDATE}
-(just use the current date instead of '100421' and the current gcc version
-instead of '4.4.4')
+       export GCCDATE=110631
+       export GCCVERSION=gcc-4.5.3-haiku-${GCCDATE}
+(just use the current date instead of '110631' and the current gcc version
+instead of '4.5.3')
 
 compile binutils:
 


Other related posts:

  • » [haiku-commits] r42529 - buildtools/trunk - scott mc