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 1/1] efivar: force shared libgcc for Nios II
Date: Tue, 28 Jun 2016 17:31:14 +0200	[thread overview]
Message-ID: <20160628173114.216a3d58@free-electrons.com> (raw)
In-Reply-To: <20160628111817.1237-1-nunes.erico@gmail.com>

Hello,

On Tue, 28 Jun 2016 13:18:17 +0200, Erico Nunes wrote:

> -# Explicitly linking with shared libgcc is required on MicroBlaze,
> +# Explicitly linking with shared libgcc is required on MicroBlaze and Nios II,
>  # otherwise it fails due to FDE encoding in static libgcc.
> -ifeq ($(BR2_microblaze),y)
> +ifeq ($(filter y,$(BR2_microblaze) $(BR2_nios2)),y)

ifeq ($(BR2_microblaze)$(BR2_nios2),y)

is enough.

Thanks!

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

  reply	other threads:[~2016-06-28 15:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28 11:18 [Buildroot] [PATCH 1/1] efivar: force shared libgcc for Nios II Erico Nunes
2016-06-28 15:31 ` Thomas Petazzoni [this message]
2016-06-30 11:09   ` Erico Nunes
2016-06-30 11:59     ` Thomas Petazzoni

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=20160628173114.216a3d58@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