SmartAudio/toolchain/binutils/Config.in

27 lines
598 B
Plaintext
Raw Permalink Normal View History

2018-07-13 01:31:50 +00:00
# Choose binutils version.
choice
prompt "Binutils Version" if TOOLCHAINOPTS
default BINUTILS_USE_VERSION_2_27 if !arc
help
Select the version of binutils you wish to use.
config BINUTILS_USE_VERSION_2_26
depends on !arc
bool "Binutils 2.26"
select BINUTILS_VERSION_2_26
config BINUTILS_USE_VERSION_2_27
depends on !arc
bool "Binutils 2.27"
select BINUTILS_VERSION_2_27
endchoice
config EXTRA_BINUTILS_CONFIG_OPTIONS
string
prompt "Additional binutils configure options" if TOOLCHAINOPTS
default ""
help
Any additional binutils options you may want to include....