mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 20:14:53 +08:00
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:
parent
b2c9df9318
commit
8f7d850c97
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user