From aad5659eb07fb1561c818565caec5b00762148ca Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 8 May 2011 10:52:21 +0200 Subject: cc/gcc: fix complibs dependency Since the gcc configuration changes, the way to select the dependent companion libraries has changed. The addToolVersion script was not updated to match, and a new gcc version was added with this script. Fix the gcc version; the script will be updated in a subsequent changeset. Reported-by: Xun Li Signed-off-by: "Yann E. MORIN" --- config/cc/gcc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 735200e1..1bd7d0ef 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -83,7 +83,7 @@ config CC_V_linaro_4_4_2011_02_0 config CC_V_4_4_6 bool prompt "4.4.6" - select CC_GCC_4_4_or_later + select CC_GCC_4_4 config CC_V_4_4_5 bool -- cgit v1.2.3