Add support for the 32-bit EFI target.

This commit is contained in:
marcel 2008-04-17 23:36:35 +00:00
parent ffacb12424
commit c2731a3a95

View File

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