mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
44 lines
1.4 KiB
Diff
44 lines
1.4 KiB
Diff
--- binutils-2.9.1/bfd/Makefile.am 1998-05-01 17:47:58.000000000 +0200
|
|
+++ binutils-2.9.1/bfd/Makefile.am 2012-08-04 12:43:35.000000000 +0200
|
|
@@ -98,7 +98,10 @@
|
|
# The .o files needed by all of the 32 bit vectors that are configured into
|
|
# target_vector in targets.c if configured with --enable-targets=all.
|
|
BFD32_BACKENDS = \
|
|
+ amigaos.lo \
|
|
+ amigaoslink.lo \
|
|
aout-adobe.lo \
|
|
+ aout-amiga.lo \
|
|
aout-arm.lo \
|
|
aout-ns32k.lo \
|
|
aout-sparcle.lo \
|
|
@@ -203,7 +206,10 @@
|
|
xcofflink.lo
|
|
|
|
BFD32_BACKENDS_CFILES = \
|
|
+ amigaos.c \
|
|
+ amigaoslink.c \
|
|
aout-adobe.c \
|
|
+ aout-amiga.c \
|
|
aout-arm.c \
|
|
aout-ns32k.c \
|
|
aout-sparcle.c \
|
|
@@ -382,7 +388,7 @@
|
|
HFILES = \
|
|
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
|
|
ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
|
|
- elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libaout.h \
|
|
+ elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libamiga.h libaout.h \
|
|
libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
|
|
libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h som.h \
|
|
targmatch.h
|
|
@@ -637,6 +643,9 @@
|
|
cpu-we32k.lo: cpu-we32k.c
|
|
cpu-w65.lo: cpu-w65.c
|
|
cpu-z8k.lo: cpu-z8k.c
|
|
+amigaos.lo: amigaos.c libamiga.h bfd.h
|
|
+amigaoslink.lo: bfd.h libamiga.h amigaoslink.c
|
|
+aout-amiga.lo: aout-amiga.c aoutf1.h bfd.h
|
|
aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
|
|
$(INCDIR)/bfdlink.h
|