diff options
author | obrien <obrien@FreeBSD.org> | 2002-12-05 18:27:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-12-05 18:27:22 +0000 |
commit | 0f38a89788cdc71c24923ae0f8baf531bdceab35 (patch) | |
tree | 3654b3a311a6c39a476247f923b9f24a8f8d37ed /gnu | |
parent | 187ddd39e8429072ceafd4013812b10225477a09 (diff) | |
download | FreeBSD-src-0f38a89788cdc71c24923ae0f8baf531bdceab35.zip FreeBSD-src-0f38a89788cdc71c24923ae0f8baf531bdceab35.tar.gz |
We need to support the bfd_efi_app_ia64_vec vector for loader support.
Submitted by: Marcel
Approved by: RE
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile.ia64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.ia64 b/gnu/usr.bin/binutils/libbfd/Makefile.ia64 index dd3c538..1831e1a 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile.ia64 +++ b/gnu/usr.bin/binutils/libbfd/Makefile.ia64 @@ -7,6 +7,7 @@ SRCS+= cofflink.c cpu-ia64.c efi-app-ia64.c elf32.c elf32-gen.c elf64.c \ #SRCS+= coff-ia64.c elf32-ia64.c VECS+= ${DEFAULT_VECTOR} \ + bfd_efi_app_ia64_vec \ bfd_elf64_ia64_big_vec \ bfd_elf64_little_generic_vec bfd_elf64_big_generic_vec \ bfd_elf32_little_generic_vec bfd_elf32_big_generic_vec |