6c6856e3d7acc81541d5c4a6e907f68d5107ee9e
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / elfutils / Config.in
1 comment "elfutils needs a toolchain w/ wchar, dynamic library"
2         depends on !BR2_bfin
3         depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
4
5 config BR2_PACKAGE_ELFUTILS
6         bool "elfutils"
7         select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
8         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
9         depends on BR2_USE_WCHAR
10         depends on !BR2_STATIC_LIBS
11         # build issue caused by the _ prefix used on blackfin for
12         # assembly symbols
13         depends on !BR2_bfin
14         help
15           Libraries/utilities to handle ELF objects (drop in
16           replacement for libelf).
17
18           Note that this option only installs the libraries, and not
19           the programs.
20
21           https://fedorahosted.org/elfutils
22
23 if BR2_PACKAGE_ELFUTILS
24
25 config BR2_PACKAGE_ELFUTILS_PROGS
26         bool "Install programs"
27         depends on BR2_TOOLCHAIN_USES_GLIBC
28         help
29           This option tells elfutils to not only install the libelf
30           libraries, but also the elfutils programs.
31
32 endif