1 comment "elfutils needs a uClibc or glibc toolchain w/ wchar, dynamic library"
3 depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
4 || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
6 config BR2_PACKAGE_ELFUTILS
8 select BR2_PACKAGE_ZLIB
9 select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
10 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
11 depends on BR2_USE_WCHAR
12 depends on !BR2_STATIC_LIBS
13 # Only glibc and uClibc implement the myriad of required GNUisms
14 depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC
15 # build issue caused by the _ prefix used on blackfin for
19 Libraries/utilities to handle ELF objects (drop in
20 replacement for libelf).
22 Note that this option only installs the libraries, and not
25 https://fedorahosted.org/elfutils
27 if BR2_PACKAGE_ELFUTILS
29 config BR2_PACKAGE_ELFUTILS_PROGS
30 bool "Install programs"
31 depends on BR2_TOOLCHAIN_USES_GLIBC
33 This option tells elfutils to not only install the libelf
34 libraries, but also the elfutils programs.