Commit 40dcd88b by Kai Tietz Committed by Kai Tietz

re PR bootstrap/44299 (Bootstrap broken for cygwin and mingw targets)

2010-05-28  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrap/44299
        * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
        * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
        * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.

From-SVN: r159965
parent 1cb980a2
2010-05-28 Kai Tietz <kai.tietz@onevision.com>
PR bootstrap/44299
* config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
* config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
* config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
2010-05-28 Alan Modra <amodra@gmail.com>
PR target/44266
......
......@@ -35,7 +35,7 @@ winnt.o: $(srcdir)/config/i386/winnt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(srcdir)/config/i386/winnt.c
winnt-cxx.o: $(srcdir)/config/i386/winnt-cxx.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
$(TM_H) $(TREE_H) flags.h \
$(TM_P_H) toplev.h $(HASHTAB_H) $(GGC_H)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/i386/winnt-cxx.c
......
......@@ -17,15 +17,11 @@ 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"
#include "tm.h"
#include "rtl.h"
#include "regs.h"
#include "hard-reg-set.h"
#include "output.h"
#include "tree.h"
#include "cp/cp-tree.h" /* This is why we're a separate module. */
#include "flags.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