* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 May 2007 20:07:06 +0000 (20:07 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 May 2007 20:07:06 +0000 (20:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125198 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/darwin.h

index 940dd31..9f5a5ce 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * config.gcc (arm-wrs-vxworks): Remove dbxelf.h from tm_file.
index d0ffec4..e489134 100644 (file)
@@ -128,6 +128,7 @@ extern void darwin_x86_file_end (void);
 /* By default, target has a 80387, uses IEEE compatible arithmetic,
    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)
 
 /* For now, disable dynamic-no-pic.  We'll need to go through i386.c