binutils: enable PE on 32bit build

Needed for the 32bit EFI bootloader. Haiku build on Haiku fails
currently because this is not enabled.
This commit is contained in:
Adrien Destugues 2022-02-28 19:08:15 +01:00
parent b70d54b657
commit 795d2053a0

View File

@ -740,6 +740,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