1991-11-30 23:57:16 -05:00
|
|
|
/* Definitions for Intel 386 running Interactive Unix System V.
|
|
|
|
Specifically, this is for recent versions that support POSIX;
|
1993-05-31 23:04:40 -04:00
|
|
|
for version 2.0.2, use configuration option i386-sysv instead.
|
|
|
|
(But set TARGET_DEFAULT to 0201 if you do that,
|
|
|
|
if you don't have a real 80387.) */
|
1991-11-30 23:57:16 -05:00
|
|
|
|
|
|
|
/* Mostly it's like AT&T Unix System V. */
|
|
|
|
|
1992-12-29 22:25:14 -05:00
|
|
|
#include "i386/sysv3.h"
|
1991-11-30 23:57:16 -05:00
|
|
|
|
1992-07-01 16:22:01 -04:00
|
|
|
/* But with a few changes. */
|
1992-12-27 21:29:21 -05:00
|
|
|
#include "i386/isc.h"
|