config/cc/gcc.in
changeset 1268 5594b05bc2d8
parent 1162 31348b787bed
child 1319 d8e8cd26eae1
     1.1 --- a/config/cc/gcc.in	Tue Jan 27 21:37:03 2009 +0000
     1.2 +++ b/config/cc/gcc.in	Thu Mar 26 18:47:34 2009 +0000
     1.3 @@ -112,10 +112,39 @@
     1.4      depends on EXPERIMENTAL
     1.5      select CC_GCC_4_3_or_later
     1.6  
     1.7 +config CC_V_4_4_0
     1.8 +    bool
     1.9 +    prompt "4.4.0 snapshot"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select CC_GCC_4_3_or_later
    1.12 +    select CC_GCC_4_4_snapshot
    1.13 +
    1.14  # CT_INSERT_VERSION_ABOVE
    1.15  # Don't remove above line!
    1.16  endchoice
    1.17  
    1.18 +config CC_GCC_4_3_or_later
    1.19 +    bool
    1.20 +    default n
    1.21 +    select GMP_MPFR
    1.22 +
    1.23 +config CC_GCC_4_4_snapshot
    1.24 +    bool
    1.25 +    default n
    1.26 +
    1.27 +config CC_GCC_4_4_snapshot_date
    1.28 +    string
    1.29 +    prompt "Snapshot date"
    1.30 +    depends on CC_GCC_4_4_snapshot
    1.31 +    help
    1.32 +      Enter the snapshot date in the form YYYYMMDD.
    1.33 +      Snapshots are made every friday, at around 22:30 GMT+1,
    1.34 +      so look at your calendar to find a suitable date.
    1.35 +      
    1.36 +      Also, know that crosstool-NG does *not* carry any patch
    1.37 +      for the gcc-4.4 snapshots. So, you may have to answer
    1.38 +      'y' to CUSTOM_PATCH, and set CUSTOM_PATCH_DIR adequately.
    1.39 +
    1.40  config CC_VERSION
    1.41      string
    1.42      default "3.2.3" if CC_V_3_2_3
    1.43 @@ -138,14 +167,10 @@
    1.44      default "4.3.1" if CC_V_4_3_1
    1.45      default "4.3.2" if CC_V_4_3_2
    1.46      default "4.3.3" if CC_V_4_3_3
    1.47 +    default "4.4-" if CC_V_4_4_0
    1.48  # CT_INSERT_VERSION_STRING_ABOVE
    1.49  # Don't remove above line!
    1.50  
    1.51 -config CC_GCC_4_3_or_later
    1.52 -    bool
    1.53 -    default n
    1.54 -    select GMP_MPFR
    1.55 -
    1.56  config CC_CXA_ATEXIT
    1.57      bool
    1.58      prompt "Use __cxa_atexit"