diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-11 15:56:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-11 15:56:14 +0000 |
commit | e2f4c2884cfae19c0d8d292534634fec620056dc (patch) | |
tree | cd0c69f5a08a5b52bad66bfb9be35f882ca606ed /bfd/hosts/i386sco.h | |
parent | fbffaf55b818e84200b2f594f132b0abcd2e885d (diff) | |
download | gdb-e2f4c2884cfae19c0d8d292534634fec620056dc.zip gdb-e2f4c2884cfae19c0d8d292534634fec620056dc.tar.gz gdb-e2f4c2884cfae19c0d8d292534634fec620056dc.tar.bz2 |
* 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.
Diffstat (limited to 'bfd/hosts/i386sco.h')
-rw-r--r-- | bfd/hosts/i386sco.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |