cc/gcc: fix complibs dependency
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 08 10:52:21 2011 +0200 (2011-05-08)
changeset 244079947df7ec4b
parent 2439 7eda1fcfd53d
child 2441 4cd9cda2265c
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>
config/cc/gcc.in
     1.1 --- a/config/cc/gcc.in	Wed May 04 19:19:56 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