summaryrefslogtreecommitdiffstats
path: root/package/elfutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/elfutils/Config.in')
-rw-r--r--package/elfutils/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in
new file mode 100644
index 000000000..836ce4cbb
--- /dev/null
+++ b/package/elfutils/Config.in
@@ -0,0 +1,15 @@
+comment "elfutils requires a glibc toolchain"
+ depends on !(BR2_TOOLCHAIN_EXTERNAL_GLIBC || \
+ BR2_TOOLCHAIN_CTNG_glibc || \
+ BR2_TOOLCHAIN_CTNG_eglibc)
+
+config BR2_PACKAGE_ELFUTILS
+ bool "elfutils"
+ depends on BR2_TOOLCHAIN_EXTERNAL_GLIBC || \
+ BR2_TOOLCHAIN_CTNG_glibc || \
+ BR2_TOOLCHAIN_CTNG_eglibc
+ help
+ Libraries/utilities to handle ELF objects (drop in
+ replacement for libelf).
+
+ https://fedorahosted.org/elfutils