Hi,
The patch below addresses what I consider to be an obvious typo in
gcc/config/i386/cygwin-w64.h on trunk and gcc-4_9-branch
OK to commit to both branches?
Ralf
2014-04-12 Ralf Corsépius <ralf.corsep...@rtems.org>
* config/i386/cygwin-w64.h: Remove duplicate undef LONG_TYPE_SIZE.
Index: gcc/config/i386/cygwin-w64.h
===================================================================
--- gcc/config/i386/cygwin-w64.h (revision 209333)
+++ gcc/config/i386/cygwin-w64.h (working copy)
@@ -70,7 +70,6 @@
/* Cygwin64 will have a 64-bit long type. */
#undef LONG_TYPE_SIZE
-#undef LONG_TYPE_SIZE
#define LONG_TYPE_SIZE (TARGET_64BIT ? 64 : 32)
/* Override default "long long unsigned int" from cygming.h. */