aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/config/i386/mingw32.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/config/i386/mingw32.h')
-rw-r--r--gcc-4.4.3/gcc/config/i386/mingw32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.4.3/gcc/config/i386/mingw32.h b/gcc-4.4.3/gcc/config/i386/mingw32.h
index f3fbe8c58..746d7d105 100644
--- a/gcc-4.4.3/gcc/config/i386/mingw32.h
+++ b/gcc-4.4.3/gcc/config/i386/mingw32.h
@@ -38,7 +38,7 @@ along with GCC; see the file COPYING3. If not see
builtin_define_std ("WINNT"); \
builtin_define_with_int_value ("_INTEGRAL_MAX_BITS", \
TYPE_PRECISION (intmax_type_node));\
- if (TARGET_64BIT && DEFAULT_ABI == MS_ABI) \
+ if (TARGET_64BIT && ix86_abi == MS_ABI) \
{ \
builtin_define ("__MINGW64__"); \
builtin_define_std ("WIN64"); \