# HG changeset patch # User "Yann E. MORIN" # Date 1304844741 -7200 # Node ID c850e09d50091a2eb122345a695eacaef2a3fe68 # Parent a27700cc2fa51a997513bc436ae43de7d9dfdce0 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" (transplanted from 79947df7ec4b482297ba90c3fe77314336d200e5) diff -r a27700cc2fa5 -r c850e09d5009 config/cc/gcc.in --- a/config/cc/gcc.in Mon May 02 18:11:24 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