summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2012-04-16 13:25:36 (GMT)
committerBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2012-04-16 13:25:36 (GMT)
commit5b9731e108337df5a3d913843c7ff28fba18ab44 (patch)
tree793e5f6f5f64dc385f820406c76232e8e6198edb
parent41e1c3302635cb942104ed60b3678c7f93c0d535 (diff)
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.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 984ed71..f64e299 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