summaryrefslogtreecommitdiffstats
path: root/package/elfutils
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-05-17 10:54:03 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-17 11:36:18 +0200
commitb1cf2b21dd9e2283f9020e3a5ac9ac35f8855c1a (patch)
tree8646e41fcdae315a3b27eada8a92c3cc6e1c869c /package/elfutils
parent8752516784112e4ccf67115b3ac9bcac79c2433a (diff)
downloadbuildroot-b1cf2b21dd9e2283f9020e3a5ac9ac35f8855c1a.tar.gz
buildroot-b1cf2b21dd9e2283f9020e3a5ac9ac35f8855c1a.zip
elfutils: disable on Blackfin, problem of assembly symbol prefix
Fixes: http://autobuild.buildroot.org/results/922/92291286e86f9ea943ae7aa58cbd884c8db0c5d2/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/elfutils')
-rw-r--r--package/elfutils/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in
index 6025a74c02..20a1aaa07c 100644
--- a/package/elfutils/Config.in
+++ b/package/elfutils/Config.in
@@ -1,5 +1,6 @@
comment "elfutils needs a toolchain w/ largefile, wchar"
depends on !BR2_avr32
+ depends on !BR2_bfin
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
config BR2_PACKAGE_ELFUTILS
@@ -11,6 +12,9 @@ config BR2_PACKAGE_ELFUTILS
# canonicalize_file_name() not available on uClibc 0.9.31, used
# only for AVR32
depends on !BR2_avr32
+ # build issue caused by the _ prefix used on blackfin for
+ # assembly symbols
+ depends on !BR2_bfin
help
Libraries/utilities to handle ELF objects (drop in
replacement for libelf).
OpenPOWER on IntegriCloud