From: Felix Fietkau Date: Mon, 2 Feb 2009 18:18:47 +0000 (+0000) Subject: default to binutils 2.18 on ppc* for manual selection as well X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e87c6be8e55a1e3a4a5b97ebe6e5d0812948b6cf default to binutils 2.18 on ppc* for manual selection as well SVN-Revision: 14367 --- diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 89e351b6c9..1868a06383 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -3,6 +3,7 @@ choice prompt "Binutils Version" if TOOLCHAINOPTS default BINUTILS_VERSION_2_18 if TARGET_avr32 + default BINUTILS_VERSION_2_18 if TARGET_ppc44x || TARGET_ppc40x default BINUTILS_VERSION_2_17 help Select the version of binutils you wish to use.