All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] strongswan: needs atomics
Date: Wed, 08 Apr 2015 18:25:58 -0300	[thread overview]
Message-ID: <55259CE6.6050407@zacarias.com.ar> (raw)
In-Reply-To: <20150408232230.362b95bd@free-electrons.com>

On 04/08/2015 06:22 PM, Thomas Petazzoni wrote:

> Thanks for the summary.
> 
> How do you handle Blackfin, which uses gcc 4.3, while I believe
> libatomic is a new thing in gcc 4.8, no?
> 
> Are you sure all atomic intrinsics are tied to the existence of
> libatomic? It's quite hard to find some good documentation on the web
> about libatomic.

Experimental evidence says that if it's hardware supported you don't
need libatomic, for the rest you do.
The problem is some bits may be, others may not.
Example: i386, mips, mipsel, they do the up-to-32-bits stuff but need
libatomic for 64+ bits.
Regards.

      reply	other threads:[~2015-04-08 21:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08 15:32 [Buildroot] [PATCH] strongswan: needs atomics Gustavo Zacarias
2015-04-08 19:22 ` Thomas Petazzoni
2015-04-08 20:19   ` Gustavo Zacarias
2015-04-08 20:40     ` Thomas Petazzoni
2015-04-08 21:15       ` Gustavo Zacarias
2015-04-08 21:22         ` Thomas Petazzoni
2015-04-08 21:25           ` Gustavo Zacarias [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=55259CE6.6050407@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --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.