diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-15 22:35:22 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-15 22:35:22 +0200 |
commit | 8116e283fa75427b185c71fa4eff7e37971d3cbf (patch) | |
tree | a0a62962d91d2519754de353b014f8b859372679 | |
parent | 3c160b2205ec2857032bed04dd1ce89c053da395 (diff) | |
download | crosstool-ng-8116e283fa75427b185c71fa4eff7e37971d3cbf.tar.gz crosstool-ng-8116e283fa75427b185c71fa4eff7e37971d3cbf.tar.bz2 crosstool-ng-8116e283fa75427b185c71fa4eff7e37971d3cbf.zip |
cc/gcc: add 4.5.0
-rw-r--r-- | config/cc/gcc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 57bf2dc5..a5e9aa6c 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -19,6 +19,12 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config CC_V_4_5_0 + bool + prompt "4.5.0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select CC_GCC_4_5_or_later + config CC_V_4_4_3 bool prompt "4.4.3" @@ -151,6 +157,7 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.5.0" if CC_V_4_5_0 default "4.4.3" if CC_V_4_4_3 default "4.4.2" if CC_V_4_4_2 default "4.4.1" if CC_V_4_4_1 |