All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Vincent Fazio <vfazio@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/elfutils: fix build on microblaze
Date: Fri, 26 Jul 2024 09:40:05 +0200	[thread overview]
Message-ID: <20240726094005.1fbcd4e9@windsurf> (raw)
In-Reply-To: <20240725080641.303312-1-dario.binacchi@amarulasolutions.com>

On Thu, 25 Jul 2024 10:06:41 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:

> +ifeq ($(BR2_microblazebe),y)

I've changed to:

ifeq ($(BR2_microblaze),y)

as the issue applies to both LE and BE Microblaze, and applied.

Although we do have a proposal for a more general solution to this
problem: add symber attribute support for Microblaze, in patch:

  https://patchwork.ozlabs.org/project/buildroot/patch/20240228165300.4158751-1-vfazio@gmail.com/

Problem is that the patch proposed by Vincent is apparently not going
to be accepted by upstream gcc, so we would carry it forever, so I'm
not sure which decision to take about it.

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-07-26  7:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-25  8:06 [Buildroot] [PATCH 1/1] package/elfutils: fix build on microblaze Dario Binacchi
2024-07-26  7:40 ` Thomas Petazzoni via buildroot [this message]
2024-07-26 12:53   ` Vincent Fazio
2024-09-01  8:47 ` Peter Korsgaard

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=20240726094005.1fbcd4e9@windsurf \
    --to=buildroot@buildroot.org \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=vfazio@gmail.com \
    /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.