diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-03-30 23:33:44 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-03-30 23:33:44 +0000 |
commit | 72e11c95da02a5f2dcec9cb57009f4d93e4f9789 (patch) | |
tree | 4ea24421ad9f36b7c05ff831da8936208655d11d /opcodes | |
parent | afbdbbd78e334d2e24eb0d35b292bdf56de5589a (diff) | |
download | fsf-binutils-gdb-72e11c95da02a5f2dcec9cb57009f4d93e4f9789.zip fsf-binutils-gdb-72e11c95da02a5f2dcec9cb57009f4d93e4f9789.tar.gz fsf-binutils-gdb-72e11c95da02a5f2dcec9cb57009f4d93e4f9789.tar.bz2 |
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.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog.mpw | 5 | ||||
-rw-r--r-- | opcodes/mpw-config.in | 2 | ||||
-rw-r--r-- | opcodes/mpw-make.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/ChangeLog.mpw b/opcodes/ChangeLog.mpw index 8a7b7cc..2c1b48a 100644 --- a/opcodes/ChangeLog.mpw +++ b/opcodes/ChangeLog.mpw @@ -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. diff --git a/opcodes/mpw-config.in b/opcodes/mpw-config.in index 66495df..b18d4c0 100644 --- a/opcodes/mpw-config.in +++ b/opcodes/mpw-config.in @@ -1,3 +1,5 @@ # Configuration fragment for opcodes. forward-include "{srcroot}"bfd:hosts:mpw.h sysdep.h + +Set BFD_MACHINES " " diff --git a/opcodes/mpw-make.in b/opcodes/mpw-make.in index dfa33ed..017fb4c 100644 --- a/opcodes/mpw-make.in +++ b/opcodes/mpw-make.in @@ -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. |