diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-21 16:36:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-21 16:36:32 +0000 |
commit | 643744a99df9d9b49525598cd6d895a4f00684c5 (patch) | |
tree | ef7e9ef5a997f808fb8761741a055a4f546ddb3b /toolchain/gcc/Config.version | |
parent | 541abcfad6130448757c3e3d7262d0fcb9653c2a (diff) | |
download | upstream-643744a99df9d9b49525598cd6d895a4f00684c5.tar.gz upstream-643744a99df9d9b49525598cd6d895a4f00684c5.tar.bz2 upstream-643744a99df9d9b49525598cd6d895a4f00684c5.zip |
switch rb532 to the old gcc again. 4.1.1 is suddenly causing trouble...
SVN-Revision: 5605
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index f4d71971a6..b2d05eb3fe 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -12,7 +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 || LINUX_2_6_IXP4XX + default y if LINUX_2_6_ARUBA || LINUX_2_6_X86 || LINUX_2_6_IXP4XX endif |