summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-07 16:21:29 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-07 16:21:29 (GMT)
commit13ae4ac9aa775c0c4c3b3f1c9376d96c076a831a (patch)
tree2021f35e36ecfe00545b45d0f1b66870c5d2740b /config/cc/gcc.in
parenta4c72b8a1b4d144998598c9b98fb694f94627858 (diff)
config/gcc: re-order versions
Move the gcc-4.3.4 version to its place.
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index a8e8163..b21b3dc 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -111,6 +111,11 @@ config CC_V_4_3_3
prompt "4.3.3"
select CC_GCC_4_3_or_later
+config CC_V_4_3_4
+ bool
+ prompt "4.3.4"
+ select CC_GCC_4_3_or_later
+
config CC_V_4_4_0
bool
prompt "4.4.0 (EXPERIMENTAL)"
@@ -125,11 +130,6 @@ 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
@@ -166,9 +166,9 @@ config CC_VERSION
default "4.3.1" if CC_V_4_3_1
default "4.3.2" if CC_V_4_3_2
default "4.3.3" if CC_V_4_3_3
+ default "4.3.4" if CC_V_4_3_4
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!