summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-10-27 10:26:00 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-10-27 10:26:00 +0000
commit2d2179f503930a0f04673205a97161f015cf42c9 (patch)
treeaec3aa108729cf194c136832fe37ae219dcff795 /toolchain/gcc/Config.version
parent5d434d99598e0f50e031102dc7618849f2f4bc19 (diff)
downloadmaster-31e0f0ae-2d2179f503930a0f04673205a97161f015cf42c9.tar.gz
master-31e0f0ae-2d2179f503930a0f04673205a97161f015cf42c9.tar.bz2
master-31e0f0ae-2d2179f503930a0f04673205a97161f015cf42c9.zip
rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm
SVN-Revision: 5310
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version4
1 files changed, 1 insertions, 3 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index af5e102807..f4d71971a6 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -12,9 +12,7 @@ config GCC_VERSION
if !TOOLCHAINOPTS
config GCC_VERSION_4_1_1
- default y if LINUX_2_6_ARUBA || LINUX_2_6_X86 || LINUX_2_6_RB532
- config GCC_VERSION_4_0_3
- default y if LINUX_2_6_XSCALE
+ default y if LINUX_2_6_ARUBA || LINUX_2_6_X86 || LINUX_2_6_RB532 || LINUX_2_6_IXP4XX
endif