summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-11 08:21:55 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-11 08:21:55 +0000
commitdc09df0878191f7b9fa055d40a1a423fd34b7971 (patch)
tree0ff63c1e03c691708c80e38e17a01712113507aa /toolchain/gcc/Config.in
parent73be7f9ef4b22e6250b77dda2d1a72245f6ce36d (diff)
downloadbuildroot-novena-dc09df0878191f7b9fa055d40a1a423fd34b7971.tar.gz
buildroot-novena-dc09df0878191f7b9fa055d40a1a423fd34b7971.zip
- store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .config
- adjust a few defaults.
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index f28a365aa..f834ed314 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -4,7 +4,7 @@ comment "Gcc Options"
choice
prompt "GCC compiler Version"
- default BR2_GCC_VERSION_3_4_6
+ default BR2_GCC_VERSION_4_1_2
help
Select the version of gcc you wish to use.