summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-09-19 16:37:18 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-09-19 16:37:18 (GMT)
commita6552be181a3fb178df12c7c98a91008107e9814 (patch)
tree30d5a98adcc22868c5b428a42b4fc99ee1d440e4 /config/cc
parent9176074aecda78ed7a85701d14f5572cdab624e8 (diff)
cc/gcc: add 4.3.5
4.3.5 is the latest 4.3 version, and probably the last one. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/cc')
-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 2e64556..f2a1100 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -57,6 +57,11 @@ config CC_V_4_4_0
prompt "4.4.0"
select CC_GCC_4_4_or_later
+config CC_V_4_3_5
+ bool
+ prompt "4.3.5"
+ select CC_GCC_4_3_or_later
+
config CC_V_4_3_4
bool
prompt "4.3.4"
@@ -186,6 +191,7 @@ config CC_VERSION
default "4.4.2" if CC_V_4_4_2
default "4.4.1" if CC_V_4_4_1
default "4.4.0" if CC_V_4_4_0
+ default "4.3.5" if CC_V_4_3_5
default "4.3.4" if CC_V_4_3_4
default "4.3.3" if CC_V_4_3_3
default "4.3.2" if CC_V_4_3_2