From: Mike Frysinger Date: Mon, 20 Feb 2006 08:43:04 +0000 (-0000) Subject: change default gcc version to 3.4.5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=411ee368b65255ddda770944eeb76f2ff07f54ad;p=buildroot.git change default gcc version to 3.4.5 --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index a821e3ccaf..3de4124e6f 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_2 + default BR2_GCC_VERSION_3_4_5 help Select the version of gcc you wish to use.