OSDN Git Service

2010-08-08 Kai Tietz <kai.tietz@onevision.com>
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Aug 2010 07:30:08 +0000 (07:30 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 8 Aug 2010 07:30:08 +0000 (07:30 +0000)
        * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
        _WIN64 not expanded.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162994 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/mingw32.h

index 6516544..249192a 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
+
+       * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
+       _WIN64 not expanded.
+
 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
            H.J. Lu  <hongjiu.lu@intel.com>
 
index 264abf1..b3277fc 100644 (file)
@@ -42,7 +42,7 @@ along with GCC; see the file COPYING3.  If not see
        {                                                       \
          builtin_define ("__MINGW64__");                       \
          builtin_define_std ("WIN64");                         \
-         builtin_define_std ("_WIN64");                        \
+         builtin_define ("_WIN64");                            \
        }                                                       \
     }                                                          \
   while (0)