[haiku-commits] haiku.r1alpha4: hrevr1alpha4-44634 - /

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 21 Oct 2012 14:57:36 +0200 (CEST)

hrevr1alpha4-44634 adds 1 changeset to branch 'r1alpha4'
old head: 8c4f0db9921178782d843f7d9244deec41472429
new head: c46c96df04b9541d4b411594497714c3f06cbe6b

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

c46c96d: Update required legacy GCC version

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

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

Revision:    hrevr1alpha4-44634
Commit:      c46c96df04b9541d4b411594497714c3f06cbe6b
URL:         http://cgit.haiku-os.org/haiku/commit/?id=c46c96d
Author:      Joseph R. Prostko <joe.prostko@xxxxxxxxx>
Date:        Sat Oct 13 01:13:52 2012 UTC
Committer:   Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Commit-Date: Sun Oct 21 12:40:54 2012 UTC

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

1 file changed, 1 insertion(+), 1 deletion(-)
configure |    2 +-

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

diff --git a/configure b/configure
index 16394aa..8250c28 100755
--- a/configure
+++ b/configure
@@ -327,7 +327,7 @@ HOST_GCC_OBJCOPY=`gcc -print-prog-name=objcopy`
 SFDISK_BINARY=sfdisk
 HOST_SFDISK=$SFDISK_BINARY
 
-haikuRequiredLegacyGCCVersion="2.95.3-haiku-111122"
+haikuRequiredLegacyGCCVersion="2.95.3-haiku-121012"
 export haikuRequiredLegacyGCCVersion
        # version of legacy gcc required to build haiku
 


Other related posts:

  • » [haiku-commits] haiku.r1alpha4: hrevr1alpha4-44634 - / - kallisti5