summaryrefslogtreecommitdiff
path: root/gcc/config/i386/sequent.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-12-24 20:02:49 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-12-24 20:02:49 +0000
commitfd5374d265f37960447364031bc4b4cf36f60f87 (patch)
tree2e70799bd74a599cf89f5424a737e84edb31743a /gcc/config/i386/sequent.h
parentf381f9caa91f1c06a7ba1946e9014bd4ef26dc01 (diff)
downloadgcc-fd5374d265f37960447364031bc4b4cf36f60f87.tar.gz
(TARGET_DEFAULT): Override.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2907 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/sequent.h')
-rw-r--r--gcc/config/i386/sequent.h8
1 files changed, 8 insertions, 0 deletions
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"