(bootstrap): Pass along CC and libdir in first compile.

From-SVN: r3164
This commit is contained in:
Richard Stallman 1993-01-09 08:19:25 +00:00
parent 8355fc27ae
commit 676ce22316
1 changed files with 1 additions and 1 deletions

View 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.