mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
binutils: enable PE on 32bit haiku build
* config.bfd (x86-haiku): Add i386_pei_vec as a selectable format.
This commit is contained in:
parent
50b032ebc0
commit
f5e7605006
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user