summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-09 16:39:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-09 16:39:49 (GMT)
commitfbe7ce3c5e7e4eebf4a2707f950380c2b383033f (patch)
tree2484ca003400ce48ce8428e2000984982ab15af4 /config
parent09cfab7cee891ab40a25f21717a44ccdfe09e111 (diff)
Add menu entries for gcc-4.3.{0,1} as EXPERIMENTAL features.
/trunk/config/cc/gcc.in | 14 14 0 0 ++++++++++++++ 1 file changed, 14 insertions(+)
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index d2e75f3..4a7ee2d 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -79,6 +79,18 @@ config CC_V_4_2_3
prompt "4.2.3 (EXPERIMENTAL)"
depends on EXPERIMENTAL
+config CC_V_4_3_0
+ bool
+ prompt "4.3.0 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select CC_GCC_4_3_or_later
+
+config CC_V_4_3_1
+ bool
+ prompt "4.3.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select CC_GCC_4_3_or_later
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -101,6 +113,8 @@ config CC_VERSION
default "4.2.1" if CC_V_4_2_1
default "4.2.2" if CC_V_4_2_2
default "4.2.3" if CC_V_4_2_3
+ default "4.3.0" if CC_V_4_3_0
+ default "4.3.1" if CC_V_4_3_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!