From: Eric Andersen Date: Tue, 17 Oct 2006 20:11:47 +0000 (-0000) Subject: update defaults X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79727f57d18fab6e93b996e1cb9cd63438e5e705;p=buildroot.git update defaults --- diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 4a07c96f9d..526f888180 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 d60c85c72b..d43655cfc2 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.