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"
|
|
|
|
|
2007-08-29 16:44:40 +00:00
|
|
|
config BINUTILS_V_2_18
|
|
|
|
bool
|
|
|
|
prompt "2.18"
|
|
|
|
|
2008-02-15 21:07:30 +00:00
|
|
|
config BINUTILS_V_2_18_50_0_4
|
|
|
|
bool
|
|
|
|
prompt "2.18.50.0.4 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
2008-04-28 08:55:33 +00:00
|
|
|
config BINUTILS_V_2_18_50_0_6
|
|
|
|
bool
|
|
|
|
prompt "2.18.50.0.6 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
2008-05-15 16:47:50 +00:00
|
|
|
config BINUTILS_V_2_18_50_0_7
|
|
|
|
bool
|
|
|
|
prompt "2.18.50.0.7 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
2008-07-13 15:25:40 +00:00
|
|
|
config BINUTILS_V_2_18_50_0_8
|
|
|
|
bool
|
|
|
|
prompt "2.18.50.0.8 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
2008-09-22 12:09:19 +00:00
|
|
|
config BINUTILS_V_2_18_50_0_9
|
|
|
|
bool
|
|
|
|
prompt "2.18.50.0.9 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
2008-10-13 11:06:37 +00:00
|
|
|
config BINUTILS_V_2_18_90
|
|
|
|
bool
|
|
|
|
prompt "2.18.90 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
|
|
|
config BINUTILS_V_2_18_91
|
|
|
|
bool
|
|
|
|
prompt "2.18.91 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
|
|
|
config BINUTILS_V_2_18_92
|
|
|
|
bool
|
|
|
|
prompt "2.18.92 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
|
|
|
config BINUTILS_V_2_18_93
|
|
|
|
bool
|
|
|
|
prompt "2.18.93 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
2008-11-23 16:34:49 +00:00
|
|
|
config BINUTILS_V_2_19
|
|
|
|
bool
|
|
|
|
prompt "2.19"
|
|
|
|
|
2008-10-13 11:06:37 +00:00
|
|
|
config BINUTILS_V_2_19_50_0_1
|
|
|
|
bool
|
|
|
|
prompt "2.19.50.0.1 (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
|
2009-02-02 21:07:48 +00:00
|
|
|
config BINUTILS_V_2_19_51_0_1
|
|
|
|
bool
|
|
|
|
prompt "2.19.51.0.1 (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
|
2007-08-29 16:44:40 +00:00
|
|
|
default "2.18" if BINUTILS_V_2_18
|
2008-02-15 21:07:30 +00:00
|
|
|
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
|
2008-04-28 08:55:33 +00:00
|
|
|
default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
|
2008-05-15 16:47:50 +00:00
|
|
|
default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7
|
2008-07-13 15:25:40 +00:00
|
|
|
default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8
|
2008-09-22 12:09:19 +00:00
|
|
|
default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9
|
2008-10-13 11:06:37 +00:00
|
|
|
default "2.18.90" if BINUTILS_V_2_18_90
|
|
|
|
default "2.18.91" if BINUTILS_V_2_18_91
|
|
|
|
default "2.18.92" if BINUTILS_V_2_18_92
|
|
|
|
default "2.18.93" if BINUTILS_V_2_18_93
|
2008-11-23 16:34:49 +00:00
|
|
|
default "2.19" if BINUTILS_V_2_19
|
2008-10-13 11:06:37 +00:00
|
|
|
default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
|
2009-02-02 21:07:48 +00:00
|
|
|
default "2.19.51.0.1" if BINUTILS_V_2_19_51_0_1
|
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
|
|
|
|
|
2008-04-27 16:20:57 +00:00
|
|
|
config BINUTILS_FOR_TARGET
|
2008-04-27 15:08:15 +00:00
|
|
|
bool
|
|
|
|
prompt "binutils libraries for the target"
|
2008-09-14 16:21:07 +00:00
|
|
|
depends on ! BARE_METAL
|
2008-04-27 15:08:15 +00:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
Some utilities may need binutils libraries to be available on
|
|
|
|
the target, eg. oprofile.
|
|
|
|
|
|
|
|
if BINUTILS_FOR_TARGET
|
|
|
|
|
|
|
|
config BINUTILS_FOR_TARGET_IBERTY
|
|
|
|
bool
|
|
|
|
prompt "libiberty"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BINUTILS_FOR_TARGET_BFD
|
|
|
|
bool
|
|
|
|
prompt "libbfd"
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif # BINUTILS_FOR_TARGET
|
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
endmenu
|