]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cygwin.h (EXTRA_OS_CPP_BUILTINS): Replaced TARGET_CYGWIN64 by TARGET_64BIT.
authorKai Tietz <ktietz@redhat.com>
Mon, 8 Apr 2013 16:11:21 +0000 (18:11 +0200)
committerKai Tietz <ktietz@gcc.gnu.org>
Mon, 8 Apr 2013 16:11:21 +0000 (18:11 +0200)
* config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): Replaced
TARGET_CYGWIN64 by TARGET_64BIT.

From-SVN: r197593

gcc/ChangeLog
gcc/config/i386/cygwin.h

index ec7aa1a817e2deb53bdb7a489f83b36c3847717f..efe75f0870bd22b9f31ceb4c9ed0a6db7cceb098 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-08  Kai Tietz  <ktietz@redhat.com>
+
+       * config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): Replaced
+       TARGET_CYGWIN64 by TARGET_64BIT.
+
 2013-04-08  Joern Rennecke  <joern.rennecke@embecosm.com>
 
        * config/epiphany/epiphany.md (GPR_1): New constant.
index 940b113a7c4b1c8f5f841fc585b8268e3f688d01..3fe0a011b8f11bc1448bfe8b3b87f44af387f2c2 100644 (file)
@@ -22,7 +22,7 @@ along with GCC; see the file COPYING3.  If not see
   do                                                           \
     {                                                          \
       builtin_define ("__CYGWIN__");                           \
-      if (!TARGET_CYGWIN64)                                    \
+      if (!TARGET_64BIT)                                       \
        builtin_define ("__CYGWIN32__");                        \
       builtin_define ("__unix__");                             \
       builtin_define ("__unix");                               \