binutils: enable PE on 32bit haiku build

* config.bfd (x86-haiku): Add i386_pei_vec as a selectable format.
This commit is contained in:
Alexander von Gluck IV 2022-04-13 14:58:22 +01:00 committed by Nick Clifton
parent 50b032ebc0
commit f5e7605006
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2022-04-13 Alexander von Gluck IV <kallisti5@unixzen.com>
* config.bfd (x86-haiku): Add i386_pei_vec as a selectable format.
2022-04-08 Nick Clifton <nickc@redhat.com>
PR 29038

View File

@ -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