From fbe7ce3c5e7e4eebf4a2707f950380c2b383033f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 9 Jun 2008 16:39:49 +0000 Subject: 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(+) 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! -- cgit v0.10.2-6-g49f6