Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/boost: disable for cortex-M cpus
Date: Tue, 2 Aug 2016 22:51:24 +0200	[thread overview]
Message-ID: <20160802225124.14148e58@free-electrons.com> (raw)
In-Reply-To: <1470157264-9693-1-git-send-email-romain.naour@gmail.com>

Hello,

On Tue,  2 Aug 2016 19:01:04 +0200, Romain Naour wrote:
> Triggers compiler error:
> libs/context/src/asm/make_arm_aapcs_elf_gas.S: Assembler messages:
> libs/context/src/asm/make_arm_aapcs_elf_gas.S:33: Error: unshifted register required -- `bic a1,a1,#15'

This is ARM assembly, which indeed doesn't build on Thumb-2 only
platforms.

> +	depends on ((BR2_arm || BR2_armeb) && !BR2_ARM_CPU_ARMV7M) || \

So I believe BR2_ARM_CPU_HAS_ARM is more correct
than !BR2_ARM_CPU_ARMV7M even though both have currently exactly the
same meaning.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      reply	other threads:[~2016-08-02 20:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-02 17:01 [Buildroot] [PATCH] package/boost: disable for cortex-M cpus Romain Naour
2016-08-02 20:51 ` 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=20160802225124.14148e58@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox