summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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 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