From: Felix Fietkau Date: Wed, 6 Dec 2006 18:32:14 +0000 (+0000) Subject: default to gcc 4.1.1 for the rb532 again X-Git-Tag: v12.09~17923 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=bce2c36f43888e17e8ea1771296eb76a29d739c3;hp=decda6f17f46f8828ea38d16a49717d2a77910e7;p=openwrt-github%2F.git default to gcc 4.1.1 for the rb532 again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5700 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 93d757d425..b04269c527 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -13,7 +13,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_IXP4XX + default y if LINUX_2_6_ARUBA || LINUX_2_6_X86 || LINUX_2_6_IXP4XX || LINUX_2_6_RB532 endif