diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-08 10:52:21 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-08 10:52:21 +0200 |
commit | 1ac7419d2e38758752f9066835183db56c5fab6e (patch) | |
tree | 595e4161a4310985153ab7e3713948791d934f0c | |
parent | 5b237f85119738bcf340c4d8a902f91f46bfc635 (diff) | |
download | crosstool-ng-1ac7419d2e38758752f9066835183db56c5fab6e.tar.gz crosstool-ng-1ac7419d2e38758752f9066835183db56c5fab6e.tar.bz2 crosstool-ng-1ac7419d2e38758752f9066835183db56c5fab6e.zip |
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)
-rw-r--r-- | config/cc/gcc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 735200e1..1bd7d0ef 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -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 |