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 | 7a80c905738cd45c765f6e98a01a90b0a69962a5 (patch) | |
tree | dd56021f3abdd2eaa71b792d862d8bc2d5399ef1 /toolchain/gcc/Config.version | |
parent | 4be0dd3b9683ff86a8bd831f9dd8f9e6b7d7c43c (diff) | |
download | master-187ad058-7a80c905738cd45c765f6e98a01a90b0a69962a5.tar.gz master-187ad058-7a80c905738cd45c765f6e98a01a90b0a69962a5.tar.bz2 master-187ad058-7a80c905738cd45c765f6e98a01a90b0a69962a5.zip |
[toolchain/gcc]: both coldfire and etrax are broken and should use a newer gcc when they will be fixed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27350 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.version')
-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 |