]> gcc.gnu.org Git - gcc.git/commitdiff
mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define _WIN64 not expanded.
authorKai Tietz <kai.tietz@onevision.com>
Sun, 8 Aug 2010 07:30:08 +0000 (07:30 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Sun, 8 Aug 2010 07:30:08 +0000 (09:30 +0200)
2010-08-08  Kai Tietz  <kai.tietz@onevision.com>

        * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
        _WIN64 not expanded.

From-SVN: r162994

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

index 6516544f8d592d7f8caf86771b1632e83fd50dcd..249192a8c26155b01df37ca687e0cb5f3ecc4937 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 264abf1b148538673aca96ef43ae1c94464b8ad8..b3277fcfe49c951a68febda54184a48a843fbd38 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)
This page took 0.089021 seconds and 5 git commands to generate.