aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/scodbx.h
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-09 16:40:43 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-09 16:40:43 +0000
commitbacf1c2af8ccf402688479f5203f21cb689b22d7 (patch)
tree0da13c8365fe9ef3f9d6d3ba9bada75899c61167 /gcc/config/i386/scodbx.h
parent3f61074b7e15c16f3ad71935ce383ccc6ef49b5a (diff)
* i386.h (MASK_64BIT): New constant.
(TARGET_64BIT): New macro. (TARGET_OPTIONS): Add '64'/'32' (TARGET_DEFAULT): Define. * cygwin.h freebsd-aout.h i386-interix.h i386.h i386elf.h isc.h isccoff.h netbsd.h next.h openbsd.h p sco.h sco5.h scodbx.h sequent.h unix.h win32.h (TARGET_DEFAULT): Rename to TARGET_SUBTARGET_DEFAULT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40345 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/scodbx.h')
-rw-r--r--gcc/config/i386/scodbx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/scodbx.h b/gcc/config/i386/scodbx.h
index 3804950c5f8..17bbfe95f81 100644
--- a/gcc/config/i386/scodbx.h
+++ b/gcc/config/i386/scodbx.h
@@ -31,8 +31,8 @@ Boston, MA 02111-1307, USA. */
opcode. fucomp is only used when generating IEEE compliant code.
So don't make TARGET_IEEE_FP default for SCO. */
-#undef TARGET_DEFAULT
-#define TARGET_DEFAULT (MASK_80387 | MASK_FLOAT_RETURNS)
+#undef TARGET_SUBTARGET_DEFAULT
+#define TARGET_SUBTARGET_DEFAULT (MASK_80387 | MASK_FLOAT_RETURNS)
/* Use crt1.o as a startup file and crtn.o as a closing file. */