From dde7babe01d798f498a4adda706fd7d531b4485a Mon Sep 17 00:00:00 2001
From: Imre Kaloz <kaloz@openwrt.org>
Date: Fri, 1 Jul 2011 13:44:03 +0000
Subject: [PATCH] switch avr32 to gcc 4.4, also powerpc targets should work
 fine with linaro releases

SVN-Revision: 27338
---
 toolchain/gcc/Config.version | 4 ++--
 1 file 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
-- 
GitLab