summaryrefslogtreecommitdiffstats
path: root/package/elfutils/Config.in
blob: 836ce4cbba9d3f14b2263e978d5bc201e3384d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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