From f2126e7f192b9d7696e399374bc26b745579ffd7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 18 Jun 2014 10:07:53 +0000 Subject: toolchain: use different defaults for octeon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit force eglibc and gcc4.6+linaro for octeon Signed-off-by: Martin Fäcknitz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41251 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/Config.in | 1 + toolchain/gcc/Config.version | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index e279bf2cf4..0c07796c53 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -3,6 +3,7 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS default GCC_USE_VERSION_4_4_7 if avr32 + default GCC_USE_VERSION_4_6_LINARO if mips64 default GCC_USE_VERSION_4_8_LINARO help Select the version of gcc you wish to use. diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index e9aafcd7f3..05b4f1a7a1 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -3,10 +3,11 @@ config GCC_VERSION_4_4_7 bool config GCC_VERSION_4_6_LINARO + default y if (!TOOLCHAINOPTS && mips64) bool config GCC_VERSION_4_8_LINARO - default y if (!TOOLCHAINOPTS && !avr32) + default y if (!TOOLCHAINOPTS && !avr32 && !mips64) bool config GCC_VERSION_4_8_0 -- cgit v1.2.3