projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
623afa9
)
package/poco: disable build for riscv
author
Baruch Siach
<baruch@tkos.co.il>
Tue, 19 Feb 2019 18:50:32 +0000
(20:50 +0200)
committer
Arnout Vandecappelle (Essensium/Mind)
<arnout@mind.be>
Wed, 20 Feb 2019 20:51:09 +0000
(21:51 +0100)
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>
package/poco/Config.in
patch
|
blob
|
history
diff --git
a/package/poco/Config.in
b/package/poco/Config.in
index 75e31b7e1e7d6e940752fbc6ac87ba0b64b27615..7e1257146c81fb6fb6c198ab673ae46c57ab4c22 100644
(file)
--- 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