diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-01 03:04:40 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-01 03:04:40 +0000 |
commit | 9cd1e1aab43868233bac51f99a5091cec3ba0724 (patch) | |
tree | 43a6de74df5c9e994fbfff2fbe265f9d055276c5 | |
parent | c5908080840556d9cdedae381d21b166114b975c (diff) | |
download | gcc-9cd1e1aab43868233bac51f99a5091cec3ba0724.zip gcc-9cd1e1aab43868233bac51f99a5091cec3ba0724.tar.gz gcc-9cd1e1aab43868233bac51f99a5091cec3ba0724.tar.bz2 |
Comment change.
From-SVN: r4616
-rw-r--r-- | gcc/config/i386/isccoff.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/i386/isccoff.h b/gcc/config/i386/isccoff.h index 6668c33..383b981 100644 --- a/gcc/config/i386/isccoff.h +++ b/gcc/config/i386/isccoff.h @@ -1,6 +1,8 @@ /* Definitions for Intel 386 running Interactive Unix System V. Specifically, this is for recent versions that support POSIX; - for version 2.0.2, use configuration option i386-sysv instead. */ + 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.) */ /* Mostly it's like AT&T Unix System V. */ |