]> gcc.gnu.org Git - gcc.git/commitdiff
* Makefile.in (start.encap): Build g++ here also.
authorBrendan Kehoe <brendan@gcc.gnu.org>
Wed, 1 Sep 1993 19:02:25 +0000 (15:02 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Wed, 1 Sep 1993 19:02:25 +0000 (15:02 -0400)
From-SVN: r5238

gcc/Makefile.in

index 012a7dbda3e49ab12178ec2801e95a5837c417d4..21c6b49411f50b5ea06926a630e2164fc18cb1ed 100644 (file)
@@ -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.
This page took 0.068165 seconds and 5 git commands to generate.