From 66fc264900131a3f0d38ae94a1f5001945bdc53d Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 30 Oct 2007 19:18:11 +0000 Subject: Add EXPERIMENTAL gcc-4.2.2. diff --git a/config/cc_gcc.in b/config/cc_gcc.in index 1a21cfd..54b8fe1 100644 --- a/config/cc_gcc.in +++ b/config/cc_gcc.in @@ -64,6 +64,11 @@ config CC_V_4_2_1 bool prompt "4.2.1" +config CC_V_4_2_2 + bool + prompt "4.2.2" + depends on EXPERIMENTAL + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -84,6 +89,7 @@ config CC_VERSION default "4.1.2" if CC_V_4_1_2 default "4.2.0" if CC_V_4_2_0 default "4.2.1" if CC_V_4_2_1 + default "4.2.2" if CC_V_4_2_2 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! -- cgit v0.10.2-6-g49f6