]> gcc.gnu.org Git - gcc.git/commitdiff
* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 30 May 2007 20:07:06 +0000 (22:07 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 30 May 2007 20:07:06 +0000 (22:07 +0200)
From-SVN: r125198

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

index 940dd314fd18062f85b710feb0a3cdeaf0c6b801..9f5a5ce21e3121f7ef3cdd9e3e75b682cac9ad86 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 d0ffec4113b293c2641f14882a794b238238d3d6..e489134a1212256a9a9bc0fccb699cde2e0c405e 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
This page took 0.073718 seconds and 5 git commands to generate.