mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
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)
This commit is contained in:
parent
5b237f8511
commit
1ac7419d2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user