From f2c57ef828fda14567ffdf5489def4e2408ac03d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 16 Oct 1999 06:09:09 +0000 Subject: Virgin import of the GCC 2.95.1 compilers --- contrib/gcc/config/i386/next.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/gcc/config/i386/next.h') diff --git a/contrib/gcc/config/i386/next.h b/contrib/gcc/config/i386/next.h index 65f74023999e..bbc0e6b30612 100644 --- a/contrib/gcc/config/i386/next.h +++ b/contrib/gcc/config/i386/next.h @@ -1,5 +1,5 @@ /* Target definitions for GNU compiler for Intel x86 CPU running NeXTSTEP - Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 1999 Free Software Foundation, Inc. This file is part of GNU CC. @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* By default, target has a 80387, with IEEE FP. */ #undef TARGET_DEFAULT -#define TARGET_DEFAULT (1|0100) +#define TARGET_DEFAULT (MASK_80387 | MASK_IEEE_FP) /* Implicit library calls should use memcpy, not bcopy, etc. */ -- cgit v1.2.3