Add support for the 32-bit EFI target.
This commit is contained in:
parent
ffacb12424
commit
c2731a3a95
@ -2,11 +2,18 @@
|
||||
|
||||
DEFAULT_VECTOR= bfd_elf32_i386_freebsd_vec
|
||||
|
||||
SRCS+= cpu-i386.c \
|
||||
SRCS+= cofflink.c \
|
||||
cpu-i386.c \
|
||||
efi-app-ia32.c \
|
||||
elf32-i386.c \
|
||||
elf32-target.h \
|
||||
elf32.c \
|
||||
elflink.c
|
||||
elflink.c \
|
||||
peigen.c
|
||||
|
||||
VECS= ${DEFAULT_VECTOR} \
|
||||
bfd_elf32_i386_vec
|
||||
bfd_elf32_i386_vec \
|
||||
bfd_efi_app_ia32_vec
|
||||
|
||||
peigen.c: peXXigen.c
|
||||
sed -e s/XX/pe/g ${.ALLSRC} > ${.TARGET}
|
||||
|
Loading…
x
Reference in New Issue
Block a user