* Base use of sco-core on host, not target.

* configure.host (i[34]86-*-sco*): Use i386sco rather than i386v.
	* config/i386-sco.mt (TDEFINES): Removed.
	* config/i386sco.mh: New file to use sco-core.
	* hosts/i386sco.h: New file; just includes hosts/i386v.h.

Not needed for gdb 4.10.
This commit is contained in:
Ian Lance Taylor 1993-08-11 15:56:14 +00:00
parent fbffaf55b8
commit e2f4c2884c
3 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,11 @@
Wed Aug 11 06:40:51 1993 Ian Lance Taylor (ian@cygnus.com)
* Base use of sco-core on host, not target.
* configure.host (i[34]86-*-sco*): Use i386sco rather than i386v.
* config/i386-sco.mt (TDEFINES): Removed.
* config/i386sco.mh: New file to use sco-core.
* hosts/i386sco.h: New file; just includes hosts/i386v.h.
* ecoffswap.h (ecoff_swap_{hdr,ext}_{in,out}): Use signed
conversions for some fields.

View File

@ -47,6 +47,7 @@ i386isc.h
i386linux.h
i386lynx.h
i386mach.h
i386sco.h
i386v.h
i386v4.h
irix3.h

1
bfd/hosts/i386sco.h Normal file
View File

@ -0,0 +1 @@
#include "hosts/i386v.h"