summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-08-06 16:17:01 (GMT)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-08-06 16:17:01 (GMT)
commita4c72b8a1b4d144998598c9b98fb694f94627858 (patch)
treed4ddf19c2ed6ca834ff4bb29f5b51ff1f98de81e /config/cc
parente17fca599dd9b21c143d61b97512fe5e206955f6 (diff)
gcc: add support for 4.3.4
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 9ddc9de..a8e8163 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -125,6 +125,11 @@ config CC_V_4_4_1
select CC_GCC_4_3_or_later
select CC_GCC_4_4_or_later
+config CC_V_4_3_4
+ bool
+ prompt "4.3.4"
+ select CC_GCC_4_3_or_later
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -163,6 +168,7 @@ config CC_VERSION
default "4.3.3" if CC_V_4_3_3
default "4.4.0" if CC_V_4_4_0
default "4.4.1" if CC_V_4_4_1
+ default "4.3.4" if CC_V_4_3_4
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!