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 | 8cea02b5a8bda7a4c9694502acae90ecce8c5352 (patch) | |
tree | b872212f1599914c7d03fa2d63a79eb4e2f95f28 /toolchain/binutils | |
parent | 42d662b4c70007e55824bf93caea0e4499255748 (diff) | |
download | master-187ad058-8cea02b5a8bda7a4c9694502acae90ecce8c5352.tar.gz master-187ad058-8cea02b5a8bda7a4c9694502acae90ecce8c5352.tar.bz2 master-187ad058-8cea02b5a8bda7a4c9694502acae90ecce8c5352.zip |
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
Diffstat (limited to 'toolchain/binutils')
-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. |