summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorEric Andersen2006-10-17 22:11:47 +0200
committerEric Andersen2006-10-17 22:11:47 +0200
commit79727f57d18fab6e93b996e1cb9cd63438e5e705 (patch)
tree2d7b090f0acd563ec42569ea88a7e2b2b33a0a4a /toolchain
parentupdate config files (diff)
downloadbuildroot-79727f57d18fab6e93b996e1cb9cd63438e5e705.tar.gz
buildroot-79727f57d18fab6e93b996e1cb9cd63438e5e705.tar.xz
buildroot-79727f57d18fab6e93b996e1cb9cd63438e5e705.zip
update defaults
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Config.in2
-rw-r--r--toolchain/gcc/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 4a07c96f9..526f88818 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -4,7 +4,7 @@ comment "Binutils Options"
choice
prompt "Binutils Version"
- default BR2_BINUTILS_VERSION_2_16_1
+ default BR2_BINUTILS_VERSION_2_16_91_0_7
help
Select the version of binutils you wish to use.
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index d60c85c72..d43655cfc 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_5
+ default BR2_GCC_VERSION_3_4_6
help
Select the version of gcc you wish to use.