diff options
author | Richard Stallman <rms@gnu.org> | 1992-12-24 20:02:49 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-12-24 20:02:49 +0000 |
commit | 223630a49bc6adeb9cba8394973dd43ae50d3ec4 (patch) | |
tree | 2e70799bd74a599cf89f5424a737e84edb31743a | |
parent | 28f48090d8568adbceb7513b869888a11f048773 (diff) | |
download | gcc-223630a49bc6adeb9cba8394973dd43ae50d3ec4.zip gcc-223630a49bc6adeb9cba8394973dd43ae50d3ec4.tar.gz gcc-223630a49bc6adeb9cba8394973dd43ae50d3ec4.tar.bz2 |
(TARGET_DEFAULT): Override.
From-SVN: r2907
-rw-r--r-- | gcc/config/i386/sequent.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h index 0787eb2..c79a8e8 100644 --- a/gcc/config/i386/sequent.h +++ b/gcc/config/i386/sequent.h @@ -23,6 +23,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "bsd386.h" +/* By default, don't use IEEE compatible arithmetic + because the assembler can't handle that. + Return float values in the 387. + (TARGET_80387 | TARGET_FLOAT_RETURNS_IN_80387) */ + +#undef TARGET_DEFAULT +#define TARGET_DEFAULT 0201 + /* Specify predefined symbols in preprocessor. */ #define CPP_PREDEFINES "-Dunix -Di386 -Dsequent" |