gcc-4.4:
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 03 21:12:26 2009 +0000 (2009-05-03)
changeset 13206a7a047551ed
parent 1319 d8e8cd26eae1
child 1321 56cfef0d2c24
gcc-4.4:
- remove snapshots
- add gcc-4.4.0 release as EXPERIMENTAL

-------- diffstat follows --------
/trunk/config/cc/gcc.in | 21 4 17 0 ++++-----------------
1 file changed, 4 insertions(+), 17 deletions(-)
config/cc/gcc.in
     1.1 --- a/config/cc/gcc.in	Sun May 03 21:11:26 2009 +0000
     1.2 +++ b/config/cc/gcc.in	Sun May 03 21:12:26 2009 +0000
     1.3 @@ -113,10 +113,10 @@
     1.4  
     1.5  config CC_V_4_4_0
     1.6      bool
     1.7 -    prompt "4.4.0 snapshot"
     1.8 +    prompt "4.4.0 (EXPERIMENTAL)"
     1.9      depends on EXPERIMENTAL
    1.10      select CC_GCC_4_3_or_later
    1.11 -    select CC_GCC_4_4_snapshot
    1.12 +    select CC_GCC_4_4_or_later
    1.13  
    1.14  # CT_INSERT_VERSION_ABOVE
    1.15  # Don't remove above line!
    1.16 @@ -127,23 +127,10 @@
    1.17      default n
    1.18      select GMP_MPFR
    1.19  
    1.20 -config CC_GCC_4_4_snapshot
    1.21 +config CC_GCC_4_4_or_later
    1.22      bool
    1.23      default n
    1.24  
    1.25 -config CC_GCC_4_4_snapshot_date
    1.26 -    string
    1.27 -    prompt "Snapshot date"
    1.28 -    depends on CC_GCC_4_4_snapshot
    1.29 -    help
    1.30 -      Enter the snapshot date in the form YYYYMMDD.
    1.31 -      Snapshots are made every friday, at around 22:30 GMT+1,
    1.32 -      so look at your calendar to find a suitable date.
    1.33 -      
    1.34 -      Also, know that crosstool-NG does *not* carry any patch
    1.35 -      for the gcc-4.4 snapshots. So, you may have to answer
    1.36 -      'y' to CUSTOM_PATCH, and set CUSTOM_PATCH_DIR adequately.
    1.37 -
    1.38  config CC_VERSION
    1.39      string
    1.40      default "3.2.3" if CC_V_3_2_3
    1.41 @@ -166,7 +153,7 @@
    1.42      default "4.3.1" if CC_V_4_3_1
    1.43      default "4.3.2" if CC_V_4_3_2
    1.44      default "4.3.3" if CC_V_4_3_3
    1.45 -    default "4.4-" if CC_V_4_4_0
    1.46 +    default "4.4.0" if CC_V_4_4_0
    1.47  # CT_INSERT_VERSION_STRING_ABOVE
    1.48  # Don't remove above line!
    1.49