summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-28 20:42:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-28 20:42:21 +0000
commit1b4fc61eea3e3525f3de43e4bcc2aeece9bad0d9 (patch)
tree9d4f9902345dcb842da67213e184f100aa5a2f06 /toolchain/gcc/Config.in
parent83a487c4123bbc1a8da408648e5a567da52b6d6f (diff)
downloadmtk-20170518-1b4fc61eea3e3525f3de43e4bcc2aeece9bad0d9.zip
mtk-20170518-1b4fc61eea3e3525f3de43e4bcc2aeece9bad0d9.tar.gz
mtk-20170518-1b4fc61eea3e3525f3de43e4bcc2aeece9bad0d9.tar.bz2
update magicbox target to 2.6.22-rc6, select gcc 4.2.0 as default for this target (4.1.2 segfaults at compile time)
SVN-Revision: 7762
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index fccb7ac..2c0a982 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -3,6 +3,7 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_VERSION_3_4_6 if LINUX_2_4
+ default GCC_VERSION_4_2_0 if LINUX_2_6_MAGICBOX
default GCC_VERSION_4_1_2
help
Select the version of gcc you wish to use.