2015-08-07 23:37:51 +02:00
|
|
|
comment "elfutils needs a uClibc or (e)glibc toolchain w/ wchar, dynamic library"
|
2014-05-17 10:54:03 +02:00
|
|
|
depends on !BR2_bfin
|
2015-08-08 20:58:34 +02:00
|
|
|
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
|
|
|
|| !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
|
2013-01-07 21:59:56 +01:00
|
|
|
|
2013-01-06 06:22:43 +01:00
|
|
|
config BR2_PACKAGE_ELFUTILS
|
|
|
|
bool "elfutils"
|
2013-06-30 21:29:09 +02:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
|
2013-01-06 06:22:52 +01:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
2013-01-07 21:59:56 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2015-08-07 23:37:51 +02:00
|
|
|
# Only glibc and uClibc implement the myriad of required GNUisms
|
|
|
|
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC
|
2014-05-17 10:54:03 +02:00
|
|
|
# build issue caused by the _ prefix used on blackfin for
|
|
|
|
# assembly symbols
|
|
|
|
depends on !BR2_bfin
|
2013-01-06 06:22:43 +01:00
|
|
|
help
|
|
|
|
Libraries/utilities to handle ELF objects (drop in
|
|
|
|
replacement for libelf).
|
|
|
|
|
2013-01-06 06:22:44 +01:00
|
|
|
Note that this option only installs the libraries, and not
|
|
|
|
the programs.
|
|
|
|
|
2013-01-06 06:22:43 +01:00
|
|
|
https://fedorahosted.org/elfutils
|
2013-01-06 06:22:44 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_ELFUTILS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_ELFUTILS_PROGS
|
|
|
|
bool "Install programs"
|
2013-06-30 21:29:09 +02:00
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
2013-01-06 06:22:44 +01:00
|
|
|
help
|
|
|
|
This option tells elfutils to not only install the libelf
|
|
|
|
libraries, but also the elfutils programs.
|
|
|
|
|
|
|
|
endif
|