aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-08-12 17:57:02 +0000
committerDavid MacKenzie <djm@cygnus>1993-08-12 17:57:02 +0000
commit180acef58b4499b86896d6a7e2234c3e04bc1f02 (patch)
tree164d7e0929635f5767d35faa0f33f8a26091ad64 /bfd/Makefile.in
parent22d276b1c0a8402c7fccf659af5770c498b08bdb (diff)
downloadgdb-180acef58b4499b86896d6a7e2234c3e04bc1f02.zip
gdb-180acef58b4499b86896d6a7e2234c3e04bc1f02.tar.gz
gdb-180acef58b4499b86896d6a7e2234c3e04bc1f02.tar.bz2
Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* config/u68k-coff.mt: Fix typo, DEFAULT_TARGET for DEFAULT_VECTOR. * config/h8300-coff.mt, h8500-coff.mt, sh-coff.mt, st2000.mt, z8k-coff.mt (DEFAULT_VECTOR): Define. Don't explicitly add S-records via SELECT_VECS. * targets.c (target_vector), Makefile.in (BFD_LIBS): Always support S-records, for convenience. * config.bfd: New file, broken out of configure.in. * configure.in: Use it, and use standard target names for --with-targets, replacing --with-bfd-targets.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in14
1 files changed, 11 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 34546bb..5948e9d 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -74,9 +74,17 @@ BFD_H = bfd.h
# hacks to work, they're also included here for now.
# gdb: ecoff.o
# objdump: elf.o
+#
+# Also, Jim Kingdon notes:
+# Writing S-records should be included in all (or at least most)
+# *-*-coff, *-*-aout, etc., configurations, because people will want to
+# be able to use objcopy to create S-records. (S-records are not useful
+# for the debugger, so if you are downloading things as S-records you
+# need two copies of the executable, one to download and one for the
+# debugger).
BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
archures.o core.o section.o format.o syms.o reloc.o init.o \
- ctor.o seclet.o coffgen.o ecoff.o reloc16.o elf.o
+ ctor.o seclet.o coffgen.o ecoff.o reloc16.o elf.o srec.o
ALL_MACHINES = cpu-h8300.o cpu-i960.o cpu-sparc.o cpu-m68k.o cpu-m88k.o \
cpu-vax.o cpu-mips.o cpu-a29k.o cpu-i386.o cpu-rs6000.o cpu-hppa.o \
@@ -236,10 +244,10 @@ clean: do_clean
$(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
distclean:
$(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
- make do_distclean
+ $(MAKE) do_distclean
clobber realclean:
$(MAKE) subdir_do DO=realclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
- make do_realclean
+ $(MAKE) do_realclean
# Mark everything as depending on config.status, since the timestamp on
# sysdep.h might actually move backwards if we reconfig and relink it