From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 24/24 v4] arch: remove no-longer default on atomics option
Date: Sun, 17 Aug 2014 15:24:30 +0200 [thread overview]
Message-ID: <20140817132430.GF5274@free.fr> (raw)
In-Reply-To: <b21be02c-7494-4873-aa25-44b3061aed94@email.android.com>
Thomas, All,
On 2014-08-17 15:03 +0200, Thomas De Schampheleire spake thusly:
> "Yann E. MORIN" <yann.morin.1998@free.fr> schreef:
> >Now that all archiotectures explicitly select this options when it makes
>
> architectures
> option
Fixed, thanks.
Regards,
Yann E. MORIN.
> >sense, there is no need to have a default value.
> >
> >Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> >Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> >Cc: Anton Kolesov <Anton.Kolesov@synopsys.com>
> >---
> > arch/Config.in | 1 -
> > 1 file changed, 1 deletion(-)
> >
> >diff --git a/arch/Config.in b/arch/Config.in
> >index 6bcafd4..1126d43 100644
> >--- a/arch/Config.in
> >+++ b/arch/Config.in
> >@@ -253,7 +253,6 @@ config BR2_GCC_TARGET_MODE
> > # If the architecture has atomic operations, select this:
> > config BR2_ARCH_HAS_ATOMICS
> > bool
> >- default y if !BR2_arc
> >
> > # Set up target binary format
> > choice
>
>
--
.-----------------.--------------------.------------------.--------------------.
| 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:[~2014-08-17 13:24 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-17 12:49 [Buildroot] [PATCH 0/24 v4] arch: move atomics to arch, not toolchain (branch yem/atomics) Yann E. MORIN
2014-08-17 12:48 ` [Buildroot] [PATCH 01/24 v4] arch: add an option to specify if the arch has atomic ops Yann E. MORIN
2014-08-17 12:55 ` Thomas De Schampheleire
2014-08-17 12:57 ` Thomas Petazzoni
2014-08-17 13:04 ` Thomas De Schampheleire
2014-08-17 13:06 ` Yann E. MORIN
2014-08-17 12:48 ` [Buildroot] [PATCH 02/24 v4] package/icu: use the new ARCH_HAS_ATOMICS as dependency Yann E. MORIN
2014-08-17 12:48 ` [Buildroot] [PATCH 03/24 v4] package/libtorrent: " Yann E. MORIN
2014-08-17 12:48 ` [Buildroot] [PATCH 04/24 v4] package/jack2: " Yann E. MORIN
2014-08-17 12:48 ` [Buildroot] [PATCH 05/24 v4] package/thrift: " Yann E. MORIN
2014-08-17 12:48 ` [Buildroot] [PATCH 06/24 v4] toolchain: drop the now-unused old BR2_TOOLCHAIN_HAS_ATOMIC_INTRINSICS Yann E. MORIN
2014-08-17 12:48 ` [Buildroot] [PATCH 07/24 v4] manual: document dependencies on atomic operations Yann E. MORIN
2014-08-17 13:01 ` Thomas De Schampheleire
2014-08-17 13:15 ` Yann E. MORIN
2014-08-17 13:25 ` Thomas De Schampheleire
2014-08-17 14:20 ` Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 08/24 v4] cairo: add dependency " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 09/24 v4] pulseaudio: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 10/24 v4] libftdi: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 11/24 v4] msgpack: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 12/24 v4] arch/arm: always has atomic ops Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 13/24 v4] arch/avr32: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 14/24 v4] arch/bfin: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 15/24 v4] arch/m68k: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 16/24 v4] arch/microblaze: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 17/24 v4] arch/mips: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 18/24 v4] arch/nios2: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 19/24 v4] arch/powerpc: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 20/24 v4] arch/sh: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 21/24 v4] arch/sparc: " Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 22/24 v4] arch/x86: all x86 but i386 has atomics operations Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 23/24 v4] arch/xtensa: always has atomic ops Yann E. MORIN
2014-08-17 12:49 ` [Buildroot] [PATCH 24/24 v4] arch: remove no-longer default on atomics option Yann E. MORIN
2014-08-17 13:03 ` Thomas De Schampheleire
2014-08-17 13:24 ` 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=20140817132430.GF5274@free.fr \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox