diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-03-15 13:13:31 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-03-15 13:13:31 +0100 |
commit | 635513a7e121da82fe6901ca402528ea59b07e0b (patch) | |
tree | 0d7fbc06cbc52e0728b7ac5dcde4623ba9ef742a /config | |
parent | 9f7d5458a0faf4d84bdf60a20692a88e44152989 (diff) | |
download | crosstool-ng-635513a7e121da82fe6901ca402528ea59b07e0b.tar.gz crosstool-ng-635513a7e121da82fe6901ca402528ea59b07e0b.tar.bz2 crosstool-ng-635513a7e121da82fe6901ca402528ea59b07e0b.zip |
cc/gcc: update Linaro GCC revisions to 2012.03
Update Linaro GCC with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/cc/gcc.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 7ad26135..984ed716 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -36,9 +36,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config CC_V_linaro_4_6_2012_02 +config CC_V_linaro_4_6_2012_03 bool - prompt "linaro-4.6-2012.02 (EXPERIMENTAL)" + prompt "linaro-4.6-2012.03 (EXPERIMENTAL)" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_6 @@ -66,9 +66,9 @@ config CC_V_4_6_0 depends on EXPERIMENTAL select CC_GCC_4_6 -config CC_V_linaro_4_5_2012_02 +config CC_V_linaro_4_5_2012_03 bool - prompt "linaro-4.5-2012.02 (EXPERIMENTAL)" + prompt "linaro-4.5-2012.03 (EXPERIMENTAL)" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_5 @@ -331,12 +331,12 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-4.6-2012.02" if CC_V_linaro_4_6_2012_02 + default "linaro-4.6-2012.03" if CC_V_linaro_4_6_2012_03 default "4.6.3" if CC_V_4_6_3 default "4.6.2" if CC_V_4_6_2 default "4.6.1" if CC_V_4_6_1 default "4.6.0" if CC_V_4_6_0 - default "linaro-4.5-2012.02" if CC_V_linaro_4_5_2012_02 + default "linaro-4.5-2012.03" if CC_V_linaro_4_5_2012_03 default "4.5.3" if CC_V_4_5_3 default "4.5.2" if CC_V_4_5_2 default "4.5.1" if CC_V_4_5_1 |