mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
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:
parent
b70d54b657
commit
795d2053a0
@ -740,6 +740,7 @@ case "${targ}" in
|
|||||||
;;
|
;;
|
||||||
i[3-7]86-*-haiku*)
|
i[3-7]86-*-haiku*)
|
||||||
targ_defvec=i386_elf32_vec
|
targ_defvec=i386_elf32_vec
|
||||||
|
targ_selvecs="i386_pei_vec"
|
||||||
;;
|
;;
|
||||||
i[3-7]86-*-interix*)
|
i[3-7]86-*-interix*)
|
||||||
targ_defvec=i386_pei_vec
|
targ_defvec=i386_pei_vec
|
||||||
|
Loading…
Reference in New Issue
Block a user