aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1993-09-01 15:02:25 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1993-09-01 15:02:25 -0400
commit2bf5788be617da2692d7c4144ceca399a78cfe69 (patch)
treeeb4a52518653f63918a42040022a794fc2025b79
parentc2f9f64eb2c23b74d5eacb59223088ba44f48519 (diff)
downloadgcc-2bf5788be617da2692d7c4144ceca399a78cfe69.zip
gcc-2bf5788be617da2692d7c4144ceca399a78cfe69.tar.gz
gcc-2bf5788be617da2692d7c4144ceca399a78cfe69.tar.bz2
* Makefile.in (start.encap): Build g++ here also.
From-SVN: r5238
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 012a7db..21c6b49 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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.
all.build: native xgcc g++ $(EXTRA_PARTS)
# 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.
for-bootstrap: start.encap $(LIBGCC)
# These can't be made, with COFF encapsulation, until after GCC can run.