From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2,1/1] wampcc: needs atomic
Date: Mon, 16 Jul 2018 16:30:32 +0200 [thread overview]
Message-ID: <20180716163032.2dac789d@windsurf> (raw)
In-Reply-To: <20180710182740.10902-1-fontaine.fabrice@gmail.com>
Hello,
On Tue, 10 Jul 2018 20:27:40 +0200, Fabrice Fontaine wrote:
> Fixes:
> - http://autobuild.buildroot.net/results/2f994762d4e01a904c50cf2728a4103e6e79da2a
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2 (after review of Thomas Petazzoni):
> - Add BR2_TOOLCHAIN_HAS_ATOMIC in Config.in
Applied to master, thanks. I believe there's probably quite a few
packages that link with -latomic if BR2_TOOLCHAIN_HAS_LIBATOMIC=y, but
don't depend on BR2_TOOLCHAIN_HAS_ATOMIC. However, it's not as simple
as adding "depends on BR2_TOOLCHAIN_HAS_ATOMIC" to all packages that
link with -latomic, because some packages can use either __sync or
__atomic built-ins.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2018-07-16 14:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-10 18:27 [Buildroot] [PATCH v2,1/1] wampcc: needs atomic Fabrice Fontaine
2018-07-16 14: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=20180716163032.2dac789d@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.