summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-08-31 09:17:27 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-08-31 09:17:27 +0000
commit1507ef638cb1a84b2e49cc1517caa9f48a145fe6 (patch)
tree54ea62513547be8b86dd0b1f29968ad2836f5bcd /gnu
parentab700039e9f0f1c360e08a0843e200b6a334fdf7 (diff)
downloadFreeBSD-src-1507ef638cb1a84b2e49cc1517caa9f48a145fe6.zip
FreeBSD-src-1507ef638cb1a84b2e49cc1517caa9f48a145fe6.tar.gz
Enable EFI target.
While there, make use of the DEFAULT_VECTOR variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.amd644
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.amd64 b/gnu/usr.bin/binutils/libbfd/Makefile.amd64
index abe8d6b..537adc4 100644
--- a/gnu/usr.bin/binutils/libbfd/Makefile.amd64
+++ b/gnu/usr.bin/binutils/libbfd/Makefile.amd64
@@ -8,11 +8,13 @@ I386_VECS:= ${DEFAULT_VECTOR} # ${VECS}
DEFAULT_VECTOR= bfd_elf64_x86_64_vec
SRCS+= elf64-amd64-fbsd.c \
+ efi-app-ia32.c \
elf64.c \
elf64-gen.c \
elf64-target.h
-VECS= bfd_elf64_x86_64_vec \
+VECS= ${DEFAULT_VECTOR} \
+ bfd_efi_app_ia32_vec \
${I386_VECS}
CLEANFILES+= elf64-amd64-fbsd.c
OpenPOWER on IntegriCloud