diff options
Diffstat (limited to 'contrib/gcc/config/i386/isccoff.h')
-rw-r--r-- | contrib/gcc/config/i386/isccoff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/i386/isccoff.h b/contrib/gcc/config/i386/isccoff.h index 383b981..595c7d9 100644 --- a/contrib/gcc/config/i386/isccoff.h +++ b/contrib/gcc/config/i386/isccoff.h @@ -1,8 +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. - (But set TARGET_DEFAULT to 0201 if you do that, - if you don't have a real 80387.) */ + (But set TARGET_DEFAULT to (MASK_80307 | MASK_FLOAT_RETURNS) + if you do that, if you don't have a real 80387.) */ /* Mostly it's like AT&T Unix System V. */ |