public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] binutils: enable PE on 32bit haiku build
@ 2022-03-18 16:20 Alexander von Gluck IV
  2022-04-13 13:59 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander von Gluck IV @ 2022-03-18 16:20 UTC (permalink / raw)
  To: binutils

* Needed for the 32bit EFI bootloader.
---
 bfd/config.bfd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 872685cfb72..b1fcbc90eb1 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -753,6 +753,7 @@ case "${targ}" in
     ;;
   i[3-7]86-*-haiku*)
     targ_defvec=i386_elf32_vec
+    targ_selvecs="i386_pei_vec"
     ;;
   i[3-7]86-*-interix*)
     targ_defvec=i386_pei_vec
-- 
2.35.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] binutils: enable PE on 32bit haiku build
  2022-03-18 16:20 [PATCH] binutils: enable PE on 32bit haiku build Alexander von Gluck IV
@ 2022-04-13 13:59 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2022-04-13 13:59 UTC (permalink / raw)
  To: Alexander von Gluck IV, binutils

Hi Alexander,

> * Needed for the 32bit EFI bootloader.

Patch approved and applied.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-13 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 16:20 [PATCH] binutils: enable PE on 32bit haiku build Alexander von Gluck IV
2022-04-13 13:59 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).