Patch to add efi-app-ia32 and efi-app-ia64 backends to Makefile.am
John David Anglin
dave@hiauly1.hia.nrc.ca
Tue Apr 25 13:15:00 GMT 2000
The efi-app-ia32 and efi-app-ia64 are missing from bfd/Makefile.am. This
causes the hpux dynamic loader to abort when it can't find the symbols.
Binutils was configured with --enable-targets=all and --enable-shared.
The following patch adds these backends to bfd/Makefile.am.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
--- Makefile.am.orig Mon Apr 24 04:23:47 2000
+++ Makefile.am Mon Apr 24 15:56:57 2000
@@ -163,6 +163,7 @@
dwarf2.lo \
ecoff.lo \
ecofflink.lo \
+ efi-app-ia32.lo \
elf.lo \
elf32-arc.lo \
elfarm-oabi.lo \
@@ -294,6 +295,7 @@
dwarf2.c \
ecoff.c \
ecofflink.c \
+ efi-app-ia32.c \
elf.c \
elf32-arc.c \
elfarm-oabi.c \
@@ -389,6 +391,7 @@
coff-alpha.lo \
coff-ia64.lo \
demo64.lo \
+ efi-app-ia64.lo \
elf64-alpha.lo \
elf64-hppa.lo \
elf64-ia64.lo \
@@ -404,6 +407,7 @@
coff-alpha.c \
coff-ia64.c \
demo64.c \
+ efi-app-ia64.c \
elf64-alpha.c \
elf64-hppa.c \
elf64-ia64.c \
More information about the Binutils
mailing list