summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 979abaa..77fc6d6 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -31,10 +31,14 @@ config CC_V_4_5_0
depends on EXPERIMENTAL
select CC_GCC_4_5_or_later
+config CC_V_4_4_5
+ bool
+ prompt "4.4.5"
+ select CC_GCC_4_4_or_later
+
config CC_V_4_4_4
bool
- prompt "4.4.4 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "4.4.4"
select CC_GCC_4_4_or_later
config CC_V_4_4_3
@@ -186,6 +190,7 @@ config CC_VERSION
# CT_INSERT_VERSION_STRING_BELOW
default "4.5.1" if CC_V_4_5_1
default "4.5.0" if CC_V_4_5_0
+ default "4.4.5" if CC_V_4_4_5
default "4.4.4" if CC_V_4_4_4
default "4.4.3" if CC_V_4_4_3
default "4.4.2" if CC_V_4_4_2