Commit 1159da44 by Kai Tietz Committed by Kai Tietz

mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define _WIN64 not expanded.

2010-08-08  Kai Tietz  <kai.tietz@onevision.com>

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

From-SVN: r162994
parent 8c30ead6
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>
......
......@@ -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)
......
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