From: kaloz Date: Fri, 1 Jul 2011 13:44:03 +0000 (+0000) Subject: [toolchain/gcc]: switch avr32 to gcc 4.4, also powerpc targets should work fine with... X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/be36aada21f3c2b0d7c50cc0bf627dc41b396382 [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 --- diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 0661ea4a2..a3c966fd1 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