]> gcc.gnu.org Git - gcc.git/commitdiff
re PR bootstrap/44299 (Bootstrap broken for cygwin and mingw targets)
authorKai Tietz <kai.tietz@onevision.com>
Thu, 27 May 2010 20:40:48 +0000 (20:40 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Thu, 27 May 2010 20:40:48 +0000 (22:40 +0200)
2010-05-27  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrap/44299
        * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
        * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.

From-SVN: r159949

gcc/ChangeLog
gcc/config/i386/winnt-cxx.c
gcc/config/i386/winnt.c

index 3576b0f1aaf65ab1a4a01295d2f4cced39602cd5..35ddd14982abd1373e86dbb221b8ab3fdc3fa99b 100644 (file)
@@ -1,3 +1,9 @@
+2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
+
+       PR bootstrap/44299
+       * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
+       * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
+
 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
 
        * diagnostic-core.h: New.  Contents moved from diagnostic.h and
index 48518adc765f5e44104304b65a82ff78240eb9b4..9b4ae3563368223ff03dc1066b52fa8991acc096 100644 (file)
@@ -17,7 +17,7 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
-
+#undef IN_GCC_FRONTEND
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
index 3750e0c4b08712ffc0d65d63b1026e4edadc1f7b..d2828f04ecdcab399f40506de9242c37e4237ea8 100644 (file)
@@ -18,7 +18,7 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
-
+#undef IN_GCC_FRONTEND
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
This page took 0.08105 seconds and 5 git commands to generate.