From 14c5bc9260dd3fc5fc0b595d9210213225a0865e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 16 Apr 2011 22:01:35 +0200 Subject: cc/gcc: add latest version Propagate the gcc-4.4.5 patchset to the newly added gcc-4.4.6. 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 9f4b793c..bf9324fb 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -80,6 +80,11 @@ config CC_V_linaro_4_4_2011_02_0 depends on CC_GCC_SHOW_LINARO select CC_GCC_4_4 +config CC_V_4_4_6 + bool + prompt "4.4.6" + select CC_GCC_4_4_or_later + config CC_V_4_4_5 bool prompt "4.4.5" @@ -297,6 +302,7 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.4.6" if CC_V_4_4_6 default "linaro-4.6-2011.03-0" if CC_V_linaro_4_6_2011_03_0 default "4.6.0" if CC_V_4_6_0 default "linaro-4.5-2011.03-0" if CC_V_linaro_4_5_2011_03_0 -- cgit v1.2.3