SEPARATE_STAB_SECTIONS should be defined to 1, not empty.
[deliverable/binutils-gdb.git] / opcodes / mpw-make.in
index dfa33ede5ab45fab4126ebc545913b1433e6f29e..05eabca51d776830199f09470da895ccc5e7e97a 100644 (file)
@@ -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,9 +87,7 @@ ALL_MACHINES = a29k-dis.o alpha-dis.o h8300-dis.o h8500-dis.o 
 
 # BFD_MACHINES is set by configure.in.
 
-BFD_MACHINES = "{o}"mips-dis.c.o "{o}"mips-opc.c.o
-
-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.
 ###
@@ -123,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
This page took 0.02423 seconds and 4 git commands to generate.