From a98df486c2ea16b33d57300f9989b1c49a119908 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Wed, 29 Dec 2010 02:00:21 +0100 Subject: cc/gcc: Add gcc 4.5.2 Add gcc 4.5.2. Signed-off-by: Bryan Hundven diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 77fc6d6..eb69f97 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -19,6 +19,12 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config CC_V_4_5_2 + bool + prompt "4.5.2 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select CC_GCC_4_5_or_later + config CC_V_4_5_1 bool prompt "4.5.1 (EXPERIMENTAL)" @@ -188,6 +194,7 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.5.2" if CC_V_4_5_2 default "4.5.1" if CC_V_4_5_1 default "4.5.0" if CC_V_4_5_0 default "4.4.5" if CC_V_4_4_5 -- cgit v0.10.2-6-g49f6