From: Felix Fietkau Date: Wed, 25 Oct 2006 00:30:36 +0000 (+0000) Subject: use gcc 4.1.1 for rb532 by default X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=dbd60cf6705a40e61613379ae63d93bf7ab0f889 use gcc 4.1.1 for rb532 by default SVN-Revision: 5291 --- diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index e728bc4087..af5e102807 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 + 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 endif