diff options
-rw-r--r-- | config/cc_gcc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cc_gcc.in b/config/cc_gcc.in index 1a21cfd7..54b8fe1b 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! |