(bootstrap): Pass along CC and libdir in first compile.
authorRichard Stallman <rms@gnu.org>
Sat, 9 Jan 1993 08:19:25 +0000 (08:19 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 9 Jan 1993 08:19:25 +0000 (08:19 +0000)
From-SVN: r3164

gcc/Makefile.in

index b21817132193b1bca43f6481733dfd0b2daac22b..864b66f2b7c05a4bda546652b23d33a996346427 100644 (file)
@@ -1760,7 +1760,7 @@ bootstrap: force
 # Only build the C compiler for stage1, because that is the only one that
 # we can guarantee will build with the native compiler, and also it is the
 # only thing useful for building stage2.
-       $(MAKE) LANGUAGES=c
+       $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES=c
        $(MAKE) stage1
 # This used to define ALLOCA as empty, but that would lead to bad results
 # for a subsequent `make install' since that would not have ALLOCA empty.