mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
161a19e423
/trunk/patches/binutils/2.19/120-sh-targets.patch | 52 52 0 0 ++++ /trunk/patches/binutils/2.19/180-use-relro.patch | 14 14 0 0 + /trunk/patches/binutils/2.19/160-use-new-ld-dtags.patch | 14 14 0 0 + /trunk/patches/binutils/2.19/100-ppc64-pie.patch | 20 20 0 0 + /trunk/patches/binutils/2.19/190-libiberty-pic.patch | 14 14 0 0 + /trunk/patches/binutils/2.19/170-generate-gnu-hash.patch | 16 16 0 0 + /trunk/patches/binutils/2.19/110-RPATH_ENVVAR-smack.patch | 17 17 0 0 + /trunk/patches/binutils/2.19/140-pt-pax-flags-20081101.patch | 249 249 0 0 +++++++++++++++++ /trunk/patches/binutils/2.19/150-warn-textrel.patch | 48 48 0 0 +++ /trunk/patches/binutils/2.19/130-check_ldrunpath_length.patch | 31 31 0 0 ++ /trunk/config/binutils.in | 5 5 0 0 + 11 files changed, 480 insertions(+)
144 lines
3.0 KiB
Plaintext
144 lines
3.0 KiB
Plaintext
# binutils options
|
|
|
|
menu "binutils"
|
|
|
|
config BINUTILS_VERSION
|
|
string
|
|
|
|
choice
|
|
bool
|
|
prompt "binutils version"
|
|
|
|
config BINUTILS_V_2_14
|
|
bool
|
|
prompt "2.14 (OBSOLETE)"
|
|
depends on OBSOLETE
|
|
|
|
config BINUTILS_V_2_15
|
|
bool
|
|
prompt "2.15 (OBSOLETE)"
|
|
depends on OBSOLETE
|
|
|
|
config BINUTILS_V_2_16_1
|
|
bool
|
|
prompt "2.16.1"
|
|
|
|
config BINUTILS_V_2_17
|
|
bool
|
|
prompt "2.17"
|
|
|
|
config BINUTILS_V_2_18
|
|
bool
|
|
prompt "2.18"
|
|
|
|
config BINUTILS_V_2_18_50_0_4
|
|
bool
|
|
prompt "2.18.50.0.4 (EXPERIMENTAL)"
|
|
depends on EXPERIMENTAL
|
|
|
|
config BINUTILS_V_2_18_50_0_6
|
|
bool
|
|
prompt "2.18.50.0.6 (EXPERIMENTAL)"
|
|
depends on EXPERIMENTAL
|
|
|
|
config BINUTILS_V_2_18_50_0_7
|
|
bool
|
|
prompt "2.18.50.0.7 (EXPERIMENTAL)"
|
|
depends on EXPERIMENTAL
|
|
|
|
config BINUTILS_V_2_18_50_0_8
|
|
bool
|
|
prompt "2.18.50.0.8 (EXPERIMENTAL)"
|
|
depends on EXPERIMENTAL
|
|
|
|
config BINUTILS_V_2_18_50_0_9
|
|
bool
|
|
prompt "2.18.50.0.9 (EXPERIMENTAL)"
|
|
depends on EXPERIMENTAL
|
|
|
|
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
|
|
|
|
config BINUTILS_V_2_19
|
|
bool
|
|
prompt "2.19"
|
|
|
|
config BINUTILS_V_2_19_50_0_1
|
|
bool
|
|
prompt "2.19.50.0.1 (EXPERIMENTAL)"
|
|
depends on EXPERIMENTAL
|
|
|
|
# CT_INSERT_VERSION_ABOVE
|
|
# Don't remove above line!
|
|
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.18" if BINUTILS_V_2_18
|
|
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
|
|
default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
|
|
default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7
|
|
default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8
|
|
default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9
|
|
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
|
|
default "2.19" if BINUTILS_V_2_19
|
|
default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
|
|
# CT_INSERT_VERSION_STRING_ABOVE
|
|
# Don't remove above line!
|
|
|
|
config BINUTILS_EXTRA_CONFIG
|
|
string
|
|
prompt "binutils extra config"
|
|
default ""
|
|
help
|
|
Extra flags passed onto ./configure when configuring
|
|
|
|
config BINUTILS_FOR_TARGET
|
|
bool
|
|
prompt "binutils libraries for the target"
|
|
depends on ! BARE_METAL
|
|
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
|
|
|
|
endmenu
|