projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9167521
)
switch avr32 to gcc 4.4, also powerpc targets should work fine with linaro releases
author
Imre Kaloz
<kaloz@openwrt.org>
Fri, 1 Jul 2011 13:44:03 +0000
(13:44 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Fri, 1 Jul 2011 13:44:03 +0000
(13:44 +0000)
SVN-Revision: 27338
toolchain/gcc/Config.version
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.version
b/toolchain/gcc/Config.version
index 0661ea4a2abd295c91a51c1c6b6a8c07446279ea..a3c966fd176e4b73df9a3694b3aec7f6d3e46dc9 100644
(file)
--- 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