mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 02:19:23 +02:00
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
This commit is contained in:
parent
938e9e6dc7
commit
6e7f2a5a18
@ -3,6 +3,7 @@
|
|||||||
choice
|
choice
|
||||||
prompt "Binutils Version" if TOOLCHAINOPTS
|
prompt "Binutils Version" if TOOLCHAINOPTS
|
||||||
default BINUTILS_VERSION_2_18 if TARGET_avr32
|
default BINUTILS_VERSION_2_18 if TARGET_avr32
|
||||||
|
default BINUTILS_VERSION_2_18 if TARGET_ppc44x || TARGET_ppc40x
|
||||||
default BINUTILS_VERSION_2_17
|
default BINUTILS_VERSION_2_17
|
||||||
help
|
help
|
||||||
Select the version of binutils you wish to use.
|
Select the version of binutils you wish to use.
|
||||||
|
Loading…
Reference in New Issue
Block a user