[haiku-commits] haiku: hrev44729 - /

  • From: joe.prostko@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 1 Nov 2012 05:02:15 +0100 (CET)

hrev44729 adds 1 changeset to branch 'master'
old head: bd2b61fbd06cffef73193957057feb7f0bd8766d
new head: 54295d081fc19aa50174e2e45cc588b40b61a3ae

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

54295d0: Updated configure script due to GCC2 update
  * The GCC2 buildtool sources were updated, so change the date
  * A new GCC2 optional package will be added later today
  +alpha 4 (build will break otherwise)

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

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

Revision:    hrev44729
Commit:      54295d081fc19aa50174e2e45cc588b40b61a3ae
URL:         http://cgit.haiku-os.org/haiku/commit/?id=54295d0
Author:      Joseph R. Prostko <joe.prostko@xxxxxxxxx>
Date:        Thu Nov  1 03:33:20 2012 UTC

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

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

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

diff --git a/configure b/configure
index 8250c28..fb2b95e 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-121012"
+haikuRequiredLegacyGCCVersion="2.95.3-haiku-121101"
 export haikuRequiredLegacyGCCVersion
        # version of legacy gcc required to build haiku
 


Other related posts:

  • » [haiku-commits] haiku: hrev44729 - / - joe . prostko