summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-16 20:01:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-16 20:01:35 (GMT)
commit14c5bc9260dd3fc5fc0b595d9210213225a0865e (patch)
tree4e4353fd0816992549d09467b5dd066db104a556 /config
parentc12d172501d0b7c64bc2a7bbfbbd66bdd9e103f3 (diff)
cc/gcc: add latest version
Propagate the gcc-4.4.5 patchset to the newly added gcc-4.4.6. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 9f4b793..bf9324f 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -80,6 +80,11 @@ config CC_V_linaro_4_4_2011_02_0
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_4
+config CC_V_4_4_6
+ bool
+ prompt "4.4.6"
+ select CC_GCC_4_4_or_later
+
config CC_V_4_4_5
bool
prompt "4.4.5"
@@ -297,6 +302,7 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.4.6" if CC_V_4_4_6
default "linaro-4.6-2011.03-0" if CC_V_linaro_4_6_2011_03_0
default "4.6.0" if CC_V_4_6_0
default "linaro-4.5-2011.03-0" if CC_V_linaro_4_5_2011_03_0