From a6552be181a3fb178df12c7c98a91008107e9814 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 19 Sep 2010 18:37:18 +0200 Subject: cc/gcc: add 4.3.5 4.3.5 is the latest 4.3 version, and probably the last one. Signed-off-by: "Yann E. MORIN" --- config/cc/gcc.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/cc') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 2e645565..f2a11000 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -57,6 +57,11 @@ config CC_V_4_4_0 prompt "4.4.0" select CC_GCC_4_4_or_later +config CC_V_4_3_5 + bool + prompt "4.3.5" + select CC_GCC_4_3_or_later + config CC_V_4_3_4 bool prompt "4.3.4" @@ -186,6 +191,7 @@ config CC_VERSION default "4.4.2" if CC_V_4_4_2 default "4.4.1" if CC_V_4_4_1 default "4.4.0" if CC_V_4_4_0 + default "4.3.5" if CC_V_4_3_5 default "4.3.4" if CC_V_4_3_4 default "4.3.3" if CC_V_4_3_3 default "4.3.2" if CC_V_4_3_2 -- cgit v1.2.3