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
This commit is contained in:
Matt Kraai 2003-08-20 10:50:20 +00:00 committed by Matt Kraai
parent b2c9df9318
commit 8f7d850c97
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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) \

View File

@ -30,7 +30,7 @@ language="objc"
compilers="cc1obj\$(exeext)"
stagestuff=""
stagestuff="cc1obj\$(exeext)"
target_libs=target-libobjc