# HG changeset patch # User "Yann E. MORIN" # Date 1304844741 -7200 # Node ID 79947df7ec4b482297ba90c3fe77314336d200e5 # Parent 7eda1fcfd53daf4262ab5426f06ebdcb1957516d 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" diff -r 7eda1fcfd53d -r 79947df7ec4b config/cc/gcc.in --- a/config/cc/gcc.in Wed May 04 19:19:56 2011 +0200 +++ b/config/cc/gcc.in Sun May 08 10:52:21 2011 +0200 @@ -83,7 +83,7 @@ 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