| Index: gcc/gcc/config/i386/nacl.h
|
| diff --git a/gcc/gcc/config/i386/nacl.h b/gcc/gcc/config/i386/nacl.h
|
| index 4b3d734834e5118c4d4bdf73e287c38dea6a3034..0c1387a921ded0b78f2d5fb5e395e21a606da264 100644
|
| --- a/gcc/gcc/config/i386/nacl.h
|
| +++ b/gcc/gcc/config/i386/nacl.h
|
| @@ -226,11 +226,10 @@ Boston, MA 02111-1307, USA. */
|
| #define LONG_DOUBLE_TYPE_SIZE 64
|
|
|
| #undef TARGET_SUBTARGET_DEFAULT
|
| -#define TARGET_SUBTARGET_DEFAULT (MASK_IEEE_FP)
|
| +#define TARGET_SUBTARGET_DEFAULT (MASK_IEEE_FP)
|
|
|
| #undef TARGET_SUBTARGET32_DEFAULT
|
| -#define TARGET_SUBTARGET32_DEFAULT \
|
| - (MASK_80387 | MASK_FLOAT_RETURNS)
|
| +#define TARGET_SUBTARGET32_DEFAULT (MASK_80387 | MASK_FLOAT_RETURNS)
|
|
|
| #undef TARGET_SUBTARGET64_DEFAULT
|
| #define TARGET_SUBTARGET64_DEFAULT 0
|
|
|