* config/i386/i386mk.mt (OBJFORMATS): Delete, no longer used.

* config/i386/xm-i386mk.h: Fix an include.
	* config/pyr/tm-pyr.h (PC_INNER_THAN): Remove, never used.
This commit is contained in:
Stan Shebs 1998-02-14 00:49:47 +00:00
parent 67d8c3aa30
commit 8970f2fd36
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Fri Feb 13 16:40:30 1998 Stan Shebs <shebs@andros.cygnus.com>
* config/i386/i386mk.mt (OBJFORMATS): Delete, no longer used.
* config/i386/xm-i386mk.h: Fix an include.
* config/pyr/tm-pyr.h (PC_INNER_THAN): Remove, never used.
Thu Feb 12 16:12:07 1998 Frank Ch. Eigler <fche@cygnus.com>
* remote-mips.c (mips_enter_debug): Sleep before sending CR to

View File

@ -1,6 +1,6 @@
# Target: Intel 386 with a.out in osf 1/mk
TDEPFILES= i386-tdep.o
TM_FILE= tm-i386osf1mk.h
TM_CFLAGS= -I/usr/mach3/include
TM_CLIBS= /usr/mach3/ccs/lib/libmachid.a /usr/mach3/ccs/lib/libnetname.a /usr/mach3/ccs/lib/libmach.a
OBJFORMATS= dbxread.o

View File

@ -22,4 +22,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EMULATOR_BASE 0xa0000000
#define EMULATOR_END 0xa0040000
#include "xm-i386mach3.h"
#include "i386/xm-i386m3.h"