aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mpw-make.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-06-08 01:53:20 +0000
committerStan Shebs <shebs@codesourcery.com>1994-06-08 01:53:20 +0000
commit67c2d8c8d7c87ea3282512ecb500f401557f6d6e (patch)
tree02d3cf8e2a6da516ff94b2e3f45cd68e31c64a72 /opcodes/mpw-make.in
parent39cc6dae28888be1ba88c8d5c4f3e75ac24e3825 (diff)
downloadgdb-67c2d8c8d7c87ea3282512ecb500f401557f6d6e.zip
gdb-67c2d8c8d7c87ea3282512ecb500f401557f6d6e.tar.gz
gdb-67c2d8c8d7c87ea3282512ecb500f401557f6d6e.tar.bz2
Tue Jun 7 18:45:39 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in (target_arch): Compute from canonical target. (m68k, mips, powerpc, sparc): Add architectures. * mpw-make.in (disassemble.c.o): Add. (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).
Diffstat (limited to 'opcodes/mpw-make.in')
-rw-r--r--opcodes/mpw-make.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/opcodes/mpw-make.in b/opcodes/mpw-make.in
index 017fb4c..05eabca 100644
--- a/opcodes/mpw-make.in
+++ b/opcodes/mpw-make.in
@@ -73,7 +73,7 @@ BFDDIR = "{topsrcdir}"bfd
CSEARCH = -i {INCDIR},{INCDIR}:,{BFDDIR}:,::bfd:,"{INCDIR}":mpw:,::extra-include:
DEP = mkdep
-ALL_CFLAGS = -mc68020 -mc68881 -model far {CSEARCH}
+ALL_CFLAGS = {CSEARCH} {ARCHDEFS}
TARGETLIB = libopcodes.o
@@ -87,7 +87,7 @@ ALL_MACHINES = a29k-dis.o alpha-dis.o h8300-dis.o h8500-dis.o ¶
# BFD_MACHINES is set by configure.in.
-OFILES = {BFD_MACHINES} "{o}"dis-buf.c.o
+OFILES = {BFD_MACHINES} "{o}"dis-buf.c.o "{o}"disassemble.c.o
#### host and target dependent Makefile fragments come in here.
###
@@ -121,6 +121,8 @@ all \Option-f {TARGETLIB}
Lib -o {TARGETLIB} {OFILES}
# {RANLIB} {TARGETLIB}
+"{o}"disassemble.c.o \Option-f "{s}"disassemble.c {INCDIR}:dis-asm.h
+
"{o}"a29k-dis.o \Option-f "{s}"a29k-dis.c {INCDIR}:dis-asm.h {INCDIR}:opcode:a29k.h
"{o}"dis-buf.c.o \Option-f "{s}"dis-buf.c {INCDIR}:dis-asm.h
"{o}"h8500-dis.o \Option-f "{s}"h8500-dis.c h8500-opc.h {INCDIR}:dis-asm.h