diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-02 07:28:16 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-02 07:28:16 +0000 |
commit | 5f397b16ef44c1338c447a8e24a1b9f51a3c51d8 (patch) | |
tree | ff09aec6bc3d4ea0b553d33aef4d56c7ec80001c /toolchain/gcc | |
parent | 535cae839391e6a669cca374227388a9e52fcc3d (diff) | |
download | upstream-5f397b16ef44c1338c447a8e24a1b9f51a3c51d8.tar.gz upstream-5f397b16ef44c1338c447a8e24a1b9f51a3c51d8.tar.bz2 upstream-5f397b16ef44c1338c447a8e24a1b9f51a3c51d8.zip |
both coldfire and etrax are broken and should use a newer gcc when they will be fixed
SVN-Revision: 27350
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.version | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index a3c966fd17..81d4374e4b 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -7,7 +7,6 @@ config GCC_DEFAULT_VERSION_4_3_3_CS config GCC_DEFAULT_VERSION_4_3_5 select GCC_DEFAULT_VERSION - default y if (TARGET_coldfire || TARGET_etrax) bool config GCC_DEFAULT_VERSION_4_4_6 |