* Makefile.in (start.encap): Build g++ here also.
From-SVN: r5238
This commit is contained in:
parent
c2f9f64eb2
commit
2bf5788be6
@ -473,7 +473,7 @@ all.cross: native gcc-cross g++-cross specs $(LIBGCC) stmp-headers $(STMP_FIXPRO
|
|||||||
# This is what to compile if making gcc with a cross-compiler.
|
# This is what to compile if making gcc with a cross-compiler.
|
||||||
all.build: native xgcc g++ $(EXTRA_PARTS)
|
all.build: native xgcc g++ $(EXTRA_PARTS)
|
||||||
# This is what must be made before installing GCC and converting libraries.
|
# This is what must be made before installing GCC and converting libraries.
|
||||||
start.encap: native xgcc specs $(LIBGCC1) xlimits.h
|
start.encap: native xgcc g++ specs $(LIBGCC1) xlimits.h
|
||||||
# Use this to make a GCC that will be used only to recompile GCC.
|
# Use this to make a GCC that will be used only to recompile GCC.
|
||||||
for-bootstrap: start.encap $(LIBGCC)
|
for-bootstrap: start.encap $(LIBGCC)
|
||||||
# These can't be made, with COFF encapsulation, until after GCC can run.
|
# These can't be made, with COFF encapsulation, until after GCC can run.
|
||||||
|
Loading…
Reference in New Issue
Block a user