Commit 0bc25dd0 by Kai Tietz Committed by Kai Tietz

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
parent 1da2ed5f
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
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment