Commit b42f4d62 by Uros Bizjak Committed by Uros Bizjak

* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.

From-SVN: r125198
parent f078230d
2007-05-30 Uros Bizjak <ubizjak@gmail.com>
* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.
2007-05-30 Richard Sandiford <richard@codesourcery.com> 2007-05-30 Richard Sandiford <richard@codesourcery.com>
* config.gcc (arm-wrs-vxworks): Remove dbxelf.h from tm_file. * config.gcc (arm-wrs-vxworks): Remove dbxelf.h from tm_file.
......
...@@ -128,6 +128,7 @@ extern void darwin_x86_file_end (void); ...@@ -128,6 +128,7 @@ extern void darwin_x86_file_end (void);
/* By default, target has a 80387, uses IEEE compatible arithmetic, /* By default, target has a 80387, uses IEEE compatible arithmetic,
and returns float values in the 387. */ and returns float values in the 387. */
#undef TARGET_SUBTARGET_DEFAULT
#define TARGET_SUBTARGET_DEFAULT (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_128BIT_LONG_DOUBLE) #define TARGET_SUBTARGET_DEFAULT (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_128BIT_LONG_DOUBLE)
/* For now, disable dynamic-no-pic. We'll need to go through i386.c /* For now, disable dynamic-no-pic. We'll need to go through i386.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment