From: Richard Stallman Date: Thu, 24 Dec 1992 20:02:49 +0000 (+0000) Subject: (TARGET_DEFAULT): Override. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=223630a49bc6adeb9cba8394973dd43ae50d3ec4;p=gcc.git (TARGET_DEFAULT): Override. From-SVN: r2907 --- diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h index 0787eb272f2..c79a8e8fba4 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"