aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKai Tietz <kai.tietz@onevision.com>2010-05-27 20:40:48 +0000
committerKai Tietz <ktietz@gcc.gnu.org>2010-05-27 22:40:48 +0200
commit0bc25dd001075ffc6fd0b926a91912f52a251fc8 (patch)
treebe7add01177f8f3159b29673aef9b70d29631886 /gcc
parent1da2ed5f19bc5844735b9f5719e5717d744ad54c (diff)
downloadgcc-0bc25dd001075ffc6fd0b926a91912f52a251fc8.zip
gcc-0bc25dd001075ffc6fd0b926a91912f52a251fc8.tar.gz
gcc-0bc25dd001075ffc6fd0b926a91912f52a251fc8.tar.bz2
re PR bootstrap/44299 (Bootstrap broken for cygwin and mingw targets)
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/i386/winnt-cxx.c2
-rw-r--r--gcc/config/i386/winnt.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3576b0f..35ddd14 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/i386/winnt-cxx.c b/gcc/config/i386/winnt-cxx.c
index 48518ad..9b4ae35 100644
--- a/gcc/config/i386/winnt-cxx.c
+++ b/gcc/config/i386/winnt-cxx.c
@@ -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"
diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c
index 3750e0c..d2828f0 100644
--- a/gcc/config/i386/winnt.c
+++ b/gcc/config/i386/winnt.c
@@ -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"