summaryrefslogtreecommitdiffstats
path: root/package/elfutils
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 21:50:24 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:05:30 +0200
commit7a03caaa1364e661df1f3249379d3ce8bf2f4fac (patch)
tree70383d70832986300ab23f9433836639dae8f0df /package/elfutils
parent32ab0ff5a9caec7f2a91cbcb36383e6d0687c972 (diff)
downloadbuildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.tar.gz
buildroot-7a03caaa1364e661df1f3249379d3ce8bf2f4fac.zip
package: remove Blackfin related code
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/elfutils')
-rw-r--r--package/elfutils/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in
index ad86c313d6..6c8bd0b058 100644
--- a/package/elfutils/Config.in
+++ b/package/elfutils/Config.in
@@ -1,5 +1,4 @@
comment "elfutils needs a uClibc or glibc toolchain w/ wchar, dynamic library"
- depends on !BR2_bfin
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|| !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
@@ -9,9 +8,6 @@ config BR2_PACKAGE_ELFUTILS
depends on !BR2_STATIC_LIBS
# Only glibc and uClibc implement the myriad of required GNUisms
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC
- # build issue caused by the _ prefix used on blackfin for
- # assembly symbols
- depends on !BR2_bfin
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC
help
OpenPOWER on IntegriCloud