summaryrefslogtreecommitdiffstats
path: root/package/poco
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/poco
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/poco')
-rw-r--r--package/poco/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/poco/Config.in b/package/poco/Config.in
index b908ea220c..75e31b7e1e 100644
--- a/package/poco/Config.in
+++ b/package/poco/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_POCO
# pthread_condattr_setclock
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
depends on !BR2_STATIC_LIBS # dlopen()
- depends on !(BR2_arc || BR2_bfin || BR2_microblaze || BR2_mipsel \
+ depends on !(BR2_arc || BR2_microblaze || BR2_mipsel \
|| BR2_or1k || BR2_xtensa)
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_PCRE
@@ -82,5 +82,5 @@ endif # BR2_PACKAGE_POCO
comment "poco needs a toolchain w/ wchar, NPTL, C++, dynamic library"
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP \
|| !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
- depends on !(BR2_arc || BR2_bfin || BR2_microblaze || BR2_mipsel \
+ depends on !(BR2_arc || BR2_microblaze || BR2_mipsel \
|| BR2_or1k || BR2_xtensa)
OpenPOWER on IntegriCloud