diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-04-16 15:25:36 +0200 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2012-04-16 15:25:36 +0200 |
commit | 5b9731e108337df5a3d913843c7ff28fba18ab44 (patch) | |
tree | 793e5f6f5f64dc385f820406c76232e8e6198edb | |
parent | 41e1c3302635cb942104ed60b3678c7f93c0d535 (diff) | |
download | crosstool-ng-5b9731e108337df5a3d913843c7ff28fba18ab44.tar.gz crosstool-ng-5b9731e108337df5a3d913843c7ff28fba18ab44.tar.bz2 crosstool-ng-5b9731e108337df5a3d913843c7ff28fba18ab44.zip |
cc/gcc: update Linaro GCC revisions to 2012.04
Update Linaro GCC with the latest available revisions.
The 4.7 revision is also released, but the infrastructure is not yet ready for
it in CT-NG.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
-rw-r--r-- | config/cc/gcc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 984ed716..f64e299c 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_03 +config CC_V_linaro_4_6_2012_04 bool - prompt "linaro-4.6-2012.03 (EXPERIMENTAL)" + prompt "linaro-4.6-2012.04 (EXPERIMENTAL)" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_6 @@ -331,7 +331,7 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-4.6-2012.03" if CC_V_linaro_4_6_2012_03 + default "linaro-4.6-2012.04" if CC_V_linaro_4_6_2012_04 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 |