From 6e7f2a5a182582024f8e67e9f82e7728e2a8c52a Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 2 Feb 2009 18:18:47 +0000 Subject: [PATCH] default to binutils 2.18 on ppc* for manual selection as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14367 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/binutils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 89e351b6c..1868a0638 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. -- 2.20.1