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 | 00c65f66251bcc7bec680a9270fe36a81bbef75d (patch) | |
tree | ab74f2f95298107cbce6db11c8bf2b39757f23ae /toolchain/gcc | |
parent | 1a6fc38112bf8ca50d64ea1fc552f1937b40046c (diff) | |
download | upstream-00c65f66251bcc7bec680a9270fe36a81bbef75d.tar.gz upstream-00c65f66251bcc7bec680a9270fe36a81bbef75d.tar.bz2 upstream-00c65f66251bcc7bec680a9270fe36a81bbef75d.zip |
switch rb532 to the old gcc again. 4.1.1 is suddenly causing trouble...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5605 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-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 |