Wed Mar 30 15:30:44 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in (BFD_MACHINES): Set to a default value. * mpw-make.in (BFD_MACHINES): Remove wired-in value.
This commit is contained in:
parent
afbdbbd78e
commit
72e11c95da
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Mar 30 15:30:44 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* mpw-config.in (BFD_MACHINES): Set to a default value.
|
||||
* mpw-make.in (BFD_MACHINES): Remove wired-in value.
|
||||
|
||||
Mon Feb 7 15:53:02 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* mpw-make.in (CSEARCH): Add extra-include to search path.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Configuration fragment for opcodes.
|
||||
|
||||
forward-include "{srcroot}"bfd:hosts:mpw.h sysdep.h
|
||||
|
||||
Set BFD_MACHINES " "
|
||||
|
|
|
@ -87,8 +87,6 @@ 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
|
||||
|
||||
#### host and target dependent Makefile fragments come in here.
|
||||
|
|
Loading…
Reference in a new issue