From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] package/poco: disable build for riscv
Date: Thu, 21 Feb 2019 09:30:57 +0100 [thread overview]
Message-ID: <20190221093057.648e0836@windsurf> (raw)
In-Reply-To: <20190220204935.E68CC8847E@busybox.osuosl.org>
On Wed, 20 Feb 2019 21:51:09 +0100
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> wrote:
> 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)
Perhaps at some point we should invert this logic and move to an option
like this:
config BR2_PACKAGE_POCO_ARCH_SUPPORTS
bool
default y if ...
default y if ...
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2019-02-21 8:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-20 20:51 [Buildroot] [git commit] package/poco: disable build for riscv Arnout Vandecappelle
2019-02-21 8:30 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190221093057.648e0836@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.