diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-02 18:18:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-02 18:18:47 +0000 |
commit | b377f32d3fa0f8d41ef4a98929ff3fd1d9f5c8f9 (patch) | |
tree | 7a5ee9ea6ecbe7c3c314c60bbc4fcb9c9fe18e6a /toolchain | |
parent | b0e3550f2afece22ff8c06e6763a578d173d29b3 (diff) | |
download | upstream-b377f32d3fa0f8d41ef4a98929ff3fd1d9f5c8f9.tar.gz upstream-b377f32d3fa0f8d41ef4a98929ff3fd1d9f5c8f9.tar.bz2 upstream-b377f32d3fa0f8d41ef4a98929ff3fd1d9f5c8f9.zip |
default to binutils 2.18 on ppc* for manual selection as well
SVN-Revision: 14367
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/binutils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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. |