diff options
author | 2019-02-19 20:50:32 +0200 | |
---|---|---|
committer | 2019-02-20 21:51:09 +0100 | |
commit | 0737f48c5f8f502cd16123c5251d4ccaaee900ee (patch) | |
tree | 74eb604d28645ec6268c317ca4b46e119244382e /package | |
parent | 623afa9c0cd5d25c51cbf78214fbd98e5ef704ce (diff) | |
download | buildroot-0737f48c5f8f502cd16123c5251d4ccaaee900ee.tar.gz buildroot-0737f48c5f8f502cd16123c5251d4ccaaee900ee.tar.bz2 |
package/poco: disable build for riscv
poco does not support the riscv target.
Fixes:
http://autobuild.buildroot.net/results/9a8/9a8213c502df53222eafc3ecd2fcfa36db20950b/
http://autobuild.buildroot.net/results/dd4/dd48cac70e8cb697b42ee51561902df81edcea40/
http://autobuild.buildroot.net/results/030/030c6cc8e2a59b015f8f3793d76234a2ef4ab772/
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package')
-rw-r--r-- | package/poco/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/poco/Config.in b/package/poco/Config.in index 75e31b7e1e..7e1257146c 100644 --- a/package/poco/Config.in +++ b/package/poco/Config.in @@ -6,7 +6,7 @@ config BR2_PACKAGE_POCO depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL depends on !BR2_STATIC_LIBS # dlopen() depends on !(BR2_arc || BR2_microblaze || BR2_mipsel \ - || BR2_or1k || BR2_xtensa) + || BR2_or1k || BR2_riscv || BR2_xtensa) select BR2_PACKAGE_ZLIB select BR2_PACKAGE_PCRE help |