Commit 8f7d850c by Matt Kraai Committed by Matt Kraai

Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...

	* Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
	* objc/config-lang.in (stagestuff): ... to here.

From-SVN: r70596
parent b2c9df93
2003-08-19 Matt Kraai <kraai@alumni.cmu.edu>
* Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
* objc/config-lang.in (stagestuff): ... to here.
2003-08-19 Mark Mitchell <mark@codesourcery.com>
PR c++/11946
......
......@@ -858,7 +858,7 @@ STAGESTUFF = *$(objext) insn-flags.h insn-config.h insn-codes.h \
gengtype$(build_exeext) genconditions$(build_exeext) \
genrtl.c genrtl.h gt-*.h gtype-*.h gtype-desc.c \
xgcc$(exeext) cpp$(exeext) cc1$(exeext) $(EXTRA_PASSES) \
$(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross$(exeext) cc1obj$(exeext) \
$(EXTRA_PARTS) $(EXTRA_PROGRAMS) gcc-cross$(exeext) \
protoize$(exeext) unprotoize$(exeext) \
$(SPECS) collect2$(exeext) $(USE_COLLECT2) \
gcov-iov$(build_exeext) gcov$(exeext) gcov-dump$(exeext) \
......
......@@ -30,7 +30,7 @@ language="objc"
compilers="cc1obj\$(exeext)"
stagestuff=""
stagestuff="cc1obj\$(exeext)"
target_libs=target-libobjc
......
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