From: Stan Shebs Date: Wed, 30 Mar 1994 23:43:52 +0000 (+0000) Subject: Wed Mar 30 15:31:55 1994 Stan Shebs (shebs@andros.cygnus.com) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f24553567f8de42add1777f35ac4dffddf6e655;p=binutils-gdb.git Wed Mar 30 15:31:55 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in (opcode/mips.h): Don't forward-include here. (BFD_MACHINES): Set appropriately. --- diff --git a/opcodes/ChangeLog.gm b/opcodes/ChangeLog.gm index aebf373a466..0bfd9808bb3 100644 --- a/opcodes/ChangeLog.gm +++ b/opcodes/ChangeLog.gm @@ -1,3 +1,8 @@ +Wed Mar 30 15:31:55 1994 Stan Shebs (shebs@andros.cygnus.com) + + * mpw-xconfig.in (opcode/mips.h): Don't forward-include here. + (BFD_MACHINES): Set appropriately. + Mon Jan 24 12:09:35 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in (opcode/mips.h): Create using forward-include. diff --git a/opcodes/mpw-xconfig.in b/opcodes/mpw-xconfig.in index d62377e8eb0..c162d66a85f 100644 --- a/opcodes/mpw-xconfig.in +++ b/opcodes/mpw-xconfig.in @@ -1,3 +1,5 @@ # Extra configuration fragment for opcodes. -forward-include "{srcroot}"include:opcode:mips.h 'opcode/mips.h' +If "{target_canonical}" =~ /mips-idt-ecoff/ + Set BFD_MACHINES '"{o}"mips-dis.c.o "{o}"mips-opc.c.o' +End If