aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-07-01 13:44:03 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-07-01 13:44:03 +0000
commite65b1e368e3021c61b376ad994b5deee77aa0c77 (patch)
treeaef34c3bd49d0f134c790eab75cd49cd1d4c0ec5 /toolchain/gcc
parent83277098dc9a1489d8c35af72e6be1b152ab122e (diff)
downloadupstream-e65b1e368e3021c61b376ad994b5deee77aa0c77.tar.gz
upstream-e65b1e368e3021c61b376ad994b5deee77aa0c77.tar.bz2
upstream-e65b1e368e3021c61b376ad994b5deee77aa0c77.zip
[toolchain/gcc]: switch avr32 to gcc 4.4, also powerpc targets should work fine with linaro releases
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27338 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Config.version4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 0661ea4a2a..a3c966fd17 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -7,12 +7,12 @@ config GCC_DEFAULT_VERSION_4_3_3_CS
config GCC_DEFAULT_VERSION_4_3_5
select GCC_DEFAULT_VERSION
- default y if (avr32 || powerpc64 || TARGET_coldfire || TARGET_etrax)
+ default y if (TARGET_coldfire || TARGET_etrax)
bool
config GCC_DEFAULT_VERSION_4_4_6
select GCC_DEFAULT_VERSION
- default y if (powerpc || ubicom32)
+ default y if (avr32 || ubicom32)
bool
config GCC_DEFAULT_VERSION_LINARO