From e2f4c2884cfae19c0d8d292534634fec620056dc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 11 Aug 1993 15:56:14 +0000 Subject: * 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. --- bfd/hosts/.Sanitize | 1 + bfd/hosts/i386sco.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 bfd/hosts/i386sco.h (limited to 'bfd/hosts') diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize index c8133a5..eb72df4 100644 --- a/bfd/hosts/.Sanitize +++ b/bfd/hosts/.Sanitize @@ -47,6 +47,7 @@ i386isc.h i386linux.h i386lynx.h i386mach.h +i386sco.h i386v.h i386v4.h irix3.h diff --git a/bfd/hosts/i386sco.h b/bfd/hosts/i386sco.h new file mode 100644 index 0000000..abdb605 --- /dev/null +++ b/bfd/hosts/i386sco.h @@ -0,0 +1 @@ +#include "hosts/i386v.h" -- cgit v1.1