aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2008-08-31 09:17:27 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2008-08-31 09:17:27 +0000
commita9435ff4dd70d788061aec1c0919cbd9bfe9cc0f (patch)
tree54ea62513547be8b86dd0b1f29968ad2836f5bcd /gnu
parent598027bb469458e5b274bbec9e9a8ddd1118a956 (diff)
downloadsrc-a9435ff4dd70d788061aec1c0919cbd9bfe9cc0f.tar.gz
src-a9435ff4dd70d788061aec1c0919cbd9bfe9cc0f.zip
Enable EFI target.
While there, make use of the DEFAULT_VECTOR variable.
Notes
Notes: svn path=/head/; revision=182523
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 abe8d6be36b0..537adc4871b9 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