From: corentin.guillevic@smile.fr
To: barebox@lists.infradead.org
Cc: Corentin Guillevic <corentin.guillevic@smile.fr>
Subject: [PATCH] x86: efi: fix objcopy flags for barebox.efi
Date: Wed, 29 Apr 2026 10:07:11 +0200 [thread overview]
Message-ID: <20260429080710.2497884-2-corentin.guillevic@smile.fr> (raw)
From: Corentin Guillevic <corentin.guillevic@smile.fr>
Since the 2.46 version of binutils, a stricter target checking has been added
(see [1]) meaning that the --target=efi-app-x86_64 option no longer works:
a 'file format not recognized' error occurs.
Replace the --target option, which defines both the input and output targets,
with --output-target.
[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=5e83077d552ed6f81dbc092eb3ccf827a43de42c
Signed-off-by: Corentin Guillevic <corentin.guillevic@smile.fr>
---
arch/x86/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 647d075f016..9456815fa8a 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -62,7 +62,7 @@ KBUILD_LDFLAGS := --no-undefined
OBJCOPYFLAGS_barebox.efi = \
-j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel -j .rela \
- -j .reloc -j .bbenv.* -j .bblogo.* -j .barebox_imd --target=$(TARGET)
+ -j .reloc -j .bbenv.* -j .bblogo.* -j .barebox_imd --output-target=$(TARGET)
barebox.efi: $(KBUILD_BINARY) FORCE
$(call if_changed,objcopy)
--
2.51.0
next reply other threads:[~2026-04-29 8:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-29 8:07 corentin.guillevic [this message]
2026-05-07 10:41 ` Sascha Hauer
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=20260429080710.2497884-2-corentin.guillevic@smile.fr \
--to=corentin.guillevic@smile.fr \
--cc=barebox@lists.infradead.org \
/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