2007-02-24 11:00:05 +00:00
|
|
|
# binutils options
|
|
|
|
|
|
|
|
menu "binutils"
|
|
|
|
|
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "binutils version"
|
|
|
|
|
|
|
|
config BINUTILS_V_2_14
|
|
|
|
bool
|
2007-08-14 20:11:44 +00:00
|
|
|
prompt "2.14 (OBSOLETE)"
|
2007-05-06 13:42:10 +00:00
|
|
|
depends on OBSOLETE
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config BINUTILS_V_2_15
|
|
|
|
bool
|
2007-08-14 20:11:44 +00:00
|
|
|
prompt "2.15 (OBSOLETE)"
|
2007-05-06 13:42:10 +00:00
|
|
|
depends on OBSOLETE
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config BINUTILS_V_2_16_1
|
|
|
|
bool
|
|
|
|
prompt "2.16.1"
|
|
|
|
|
|
|
|
config BINUTILS_V_2_17
|
|
|
|
bool
|
|
|
|
prompt "2.17"
|
|
|
|
|
|
|
|
config BINUTILS_V_2_17_50_0_10
|
|
|
|
bool
|
2007-08-14 20:11:44 +00:00
|
|
|
prompt "2.17.50.0.10 (EXPERIMENTAL)"
|
2007-07-13 14:26:45 +00:00
|
|
|
depends on EXPERIMENTAL
|
2007-03-31 19:45:25 +00:00
|
|
|
|
2007-05-22 20:42:21 +00:00
|
|
|
config BINUTILS_V_2_17_50_0_15
|
|
|
|
bool
|
2007-08-14 20:11:44 +00:00
|
|
|
prompt "2.17.50.0.15 (EXPERIMENTAL)"
|
2007-07-13 14:26:45 +00:00
|
|
|
depends on EXPERIMENTAL
|
2007-05-22 20:42:21 +00:00
|
|
|
|
2007-07-03 22:28:14 +00:00
|
|
|
config BINUTILS_V_2_17_50_0_17
|
|
|
|
bool
|
2007-08-14 20:11:44 +00:00
|
|
|
prompt "2.17.50.0.17 (EXPERIMENTAL)"
|
2007-07-13 14:26:45 +00:00
|
|
|
depends on EXPERIMENTAL
|
2007-07-03 22:28:14 +00:00
|
|
|
|
2007-08-12 08:05:57 +00:00
|
|
|
config BINUTILS_V_2_17_50_0_18
|
|
|
|
bool
|
|
|
|
prompt "2.17.50.0.18 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
# CT_INSERT_VERSION_ABOVE
|
2007-03-31 19:45:25 +00:00
|
|
|
# Don't remove above line!
|
2007-02-24 11:00:05 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BINUTILS_VERSION
|
|
|
|
string
|
|
|
|
default "2.14" if BINUTILS_V_2_14
|
|
|
|
default "2.15" if BINUTILS_V_2_15
|
|
|
|
default "2.16.1" if BINUTILS_V_2_16_1
|
|
|
|
default "2.17" if BINUTILS_V_2_17
|
|
|
|
default "2.17.50.0.10" if BINUTILS_V_2_17_50_0_10
|
2007-03-31 19:45:25 +00:00
|
|
|
default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14
|
2007-07-03 22:28:14 +00:00
|
|
|
default "2.17.50.0.17" if BINUTILS_V_2_17_50_0_17
|
2007-08-12 08:05:57 +00:00
|
|
|
default "2.17.50.0.18" if BINUTILS_V_2_17_50_0_18
|
2007-02-24 11:00:05 +00:00
|
|
|
# CT_INSERT_VERSION_STRING_ABOVE
|
2007-03-31 19:45:25 +00:00
|
|
|
# Don't remove above line!
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config BINUTILS_EXTRA_CONFIG
|
|
|
|
string
|
|
|
|
prompt "binutils extra config"
|
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Extra flags passed onto ./configure when configuring
|
|
|
|
|
|
|
|
endmenu
|