From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/libbsd: not available for arc
Date: Sun, 29 Oct 2017 17:51:38 +0100 [thread overview]
Message-ID: <20171029165138.GD2899@scaer> (raw)
In-Reply-To: <20171029173456.5007a31e@windsurf>
Thomas, All,
On 2017-10-29 17:34 +0100, Thomas Petazzoni spake thusly:
> 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?
Yeah, obviously. :-/
> 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.
OK, will do.
Thanks! :-)
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2017-10-29 16:51 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
2017-10-29 16:51 ` Yann E. MORIN [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=20171029165138.GD2899@scaer \
--to=yann.morin.1998@free.fr \
--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.