Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] libatomic_ops: make it available only on supported architectures
Date: Tue, 20 Mar 2012 14:20:59 +0100	[thread overview]
Message-ID: <87vclzjtms.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <a1b971e7c697905b1a05aea2e005f00626c42ee1.1332241780.git.thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Tue, 20 Mar 2012 12:11:04 +0100")

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> libatomic_ops build fails on architectures such as MIPS or SuperH that
 Thomas> are not supported. So we make it possible to select the libatomic_ops
 Thomas> package only for the architectures that are known to be supported.

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 Thomas> ---
 Thomas>  package/libatomic_ops/Config.in |    1 +
 Thomas>  package/libdrm/Config.in        |    5 ++++-
 Thomas>  2 files changed, 5 insertions(+), 1 deletions(-)

 Thomas> diff --git a/package/libatomic_ops/Config.in b/package/libatomic_ops/Config.in
 Thomas> index b9f14d1..c24cf46 100644
 Thomas> --- a/package/libatomic_ops/Config.in
 Thomas> +++ b/package/libatomic_ops/Config.in
 Thomas> @@ -1,4 +1,5 @@
 Thomas>  config BR2_PACKAGE_LIBATOMIC_OPS
 Thomas>  	bool "libatomic_ops"
 Thomas> +	depends on BR2_arm || BR2_i386 || BR2_sparc || BR2_powerpc || BR2_x86_64

It seems like you forgot BR2_armeb - I've added that and committed,
thanks.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2012-03-20 13:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-20 11:11 [Buildroot] [pull request] Pull request for branch libatomic-arch Thomas Petazzoni
2012-03-20 11:11 ` [Buildroot] [PATCH 1/1] libatomic_ops: make it available only on supported architectures Thomas Petazzoni
2012-03-20 13:20   ` Peter Korsgaard [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=87vclzjtms.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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