diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-22 22:54:58 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-22 22:54:58 +0100 |
commit | 5c8747d2c426323aabbbe07a34b2796bdfb68ca7 (patch) | |
tree | 53401033cdad5d9dd515fe64e9a577ad4bbad93e /toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc | |
parent | 5fd3015c7e20889e9c81c1e893620c8eef8347f8 (diff) |
ctng: use gcc 4.4.6
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc')
-rw-r--r-- | toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc index ffe85dfe3..c1ab6793f 100644 --- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc +++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc @@ -230,12 +230,12 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY="" # C compiler # CT_CC="gcc" -CT_CC_VERSION="4.4.3" +CT_CC_VERSION="4.4.6" CT_CC_gcc=y -# CT_CC_V_4_4_6 is not set +CT_CC_V_4_4_6=y # CT_CC_V_4_4_5 is not set # CT_CC_V_4_4_4 is not set -CT_CC_V_4_4_3=y +# CT_CC_V_4_4_3 is not set # CT_CC_V_4_4_2 is not set # CT_CC_V_4_4_1 is not set # CT_CC_V_4_4_0 is not set |