summaryrefslogtreecommitdiffstats
path: root/package/wvstreams
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-05 17:34:43 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-05 17:35:31 +0200
commit6b8e4a7f4a1d7460485374ff6efda0bcb2ec5aa7 (patch)
tree11c457abc441f8dc7417b7c16d23fe8cde08ca12 /package/wvstreams
parente339f7eb39ccab8128e945927bbb99af065a0df2 (diff)
downloadbuildroot-6b8e4a7f4a1d7460485374ff6efda0bcb2ec5aa7.tar.gz
buildroot-6b8e4a7f4a1d7460485374ff6efda0bcb2ec5aa7.zip
wvstreams: disable with the ARC external toolchain
This toolchain lacks program_invocation_* in the uClibc configuration. Fixes: http://autobuild.buildroot.org/results/653/6531009b2eae64b4e79f66a625cf2a3f9ffc2ac6/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/wvstreams')
-rw-r--r--package/wvstreams/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/wvstreams/Config.in b/package/wvstreams/Config.in
index 3080dc71ef..0580516b3f 100644
--- a/package/wvstreams/Config.in
+++ b/package/wvstreams/Config.in
@@ -2,6 +2,8 @@ config BR2_PACKAGE_WVSTREAMS
bool "wvstreams"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
+ # toolchain lacks program_invocation_*
+ depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help
@@ -12,3 +14,4 @@ config BR2_PACKAGE_WVSTREAMS
comment "wvstreams needs a toolchain w/ C++"
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12
OpenPOWER on IntegriCloud