2004-10-09 07:33:05 +02:00
|
|
|
comment "Binutils Options"
|
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
choice
|
|
|
|
prompt "Binutils Version"
|
2013-05-02 11:51:25 +02:00
|
|
|
depends on !BR2_arc
|
2014-12-28 12:08:51 +01:00
|
|
|
default BR2_BINUTILS_VERSION_2_24
|
2004-10-09 03:06:03 +02:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2009-12-14 11:19:34 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
|
2014-01-27 22:51:39 +01:00
|
|
|
depends on BR2_avr32
|
|
|
|
bool "binutils 2.18-avr32-1.0.1"
|
2009-12-14 11:19:34 +01:00
|
|
|
|
2011-11-30 12:11:01 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_22
|
2014-05-13 07:28:15 +02:00
|
|
|
depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le
|
2011-11-30 12:11:01 +01:00
|
|
|
bool "binutils 2.22"
|
2012-11-15 13:07:50 +01:00
|
|
|
|
2014-09-04 17:41:12 +02:00
|
|
|
# bfin disabled for newer binutils due to
|
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=17334
|
2013-03-26 09:25:58 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_23_2
|
2014-09-04 17:41:12 +02:00
|
|
|
depends on !BR2_avr32 && !BR2_aarch64 && !BR2_bfin && !BR2_microblaze && !BR2_powerpc64le
|
2013-03-26 09:25:58 +01:00
|
|
|
bool "binutils 2.23.2"
|
|
|
|
|
2013-12-02 12:40:36 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_24
|
2014-09-04 17:41:12 +02:00
|
|
|
depends on !BR2_avr32 && !BR2_bfin
|
2013-12-02 12:40:36 +01:00
|
|
|
bool "binutils 2.24"
|
|
|
|
|
2014-12-24 13:22:23 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_25
|
|
|
|
depends on !BR2_avr32 && !BR2_bfin
|
|
|
|
bool "binutils 2.25"
|
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
|
|
string
|
2009-12-14 11:19:34 +01:00
|
|
|
default "2.18-avr32-1.0.1" if BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
|
2014-08-21 19:33:56 +02:00
|
|
|
default "arc-2014.08" if BR2_arc
|
2011-11-30 12:11:01 +01:00
|
|
|
default "2.22" if BR2_BINUTILS_VERSION_2_22
|
2013-03-26 09:25:58 +01:00
|
|
|
default "2.23.2" if BR2_BINUTILS_VERSION_2_23_2
|
2013-12-02 12:40:36 +01:00
|
|
|
default "2.24" if BR2_BINUTILS_VERSION_2_24
|
2014-12-24 13:22:23 +01:00
|
|
|
default "2.25" if BR2_BINUTILS_VERSION_2_25
|
2006-03-10 09:46:36 +01:00
|
|
|
|
2010-12-31 12:39:01 +01:00
|
|
|
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
|
2006-07-17 05:53:12 +02:00
|
|
|
string "Additional binutils options"
|
|
|
|
default ""
|
|
|
|
help
|
2007-09-17 13:19:04 +02:00
|
|
|
Any additional binutils options you may want to include.
|