cc/gcc: fix complibs dependency 1.11
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 08 10:52:21 2011 +0200 (2011-05-08)
branch1.11
changeset 2442c850e09d5009
parent 2434 a27700cc2fa5
child 2443 d632feb2602a
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 <lxfind@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 79947df7ec4b482297ba90c3fe77314336d200e5)
config/cc/gcc.in
     1.1 --- a/config/cc/gcc.in	Mon May 02 18:11:24 2011 +0200
     1.2 +++ b/config/cc/gcc.in	Sun May 08 10:52:21 2011 +0200
     1.3 @@ -83,7 +83,7 @@
     1.4  config CC_V_4_4_6
     1.5      bool
     1.6      prompt "4.4.6"
     1.7 -    select CC_GCC_4_4_or_later
     1.8 +    select CC_GCC_4_4
     1.9  
    1.10  config CC_V_4_4_5
    1.11      bool