From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/libbsd: not available for arc
Date: Sun, 29 Oct 2017 17:34:56 +0100 [thread overview]
Message-ID: <20171029173456.5007a31e@windsurf> (raw)
In-Reply-To: <20171029155547.25602-1-yann.morin.1998@free.fr>
Hello,
On Sun, 29 Oct 2017 16:55:47 +0100, Yann E. MORIN wrote:
> diff --git a/package/libbsd/Config.in b/package/libbsd/Config.in
> index 9b5b89812f..091b668075 100644
> --- a/package/libbsd/Config.in
> +++ b/package/libbsd/Config.in
> @@ -1,7 +1,9 @@
> config BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
> bool
> - # libbsd does not support the MicroBlaze ELF machine type (see local-elf.h)
> - default y if !BR2_microblaze
> + # libbsd does not support those architectures (see src/local-elf.h)
> + default y
> + depends on !BR2_microblaze
> + depends on !BR2_arcle && !BR2_arcle
Really? I guess you wanted to also exclude ARC big-endian, no?
Also, I believe it would be useful to explain in the commit log why
this problem was not visible before: because libbsd depends on glibc,
and we only recently enabled glibc support for ARC.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2017-10-29 16:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-29 15:55 [Buildroot] [PATCH] package/libbsd: not available for arc Yann E. MORIN
2017-10-29 16:34 ` Thomas Petazzoni [this message]
2017-10-29 16:51 ` Yann E. MORIN
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=20171029173456.5007a31e@windsurf \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox