From 676ce2231660dc6ef0272e7af463f4f24733082d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 9 Jan 1993 08:19:25 +0000 Subject: [PATCH] (bootstrap): Pass along CC and libdir in first compile. From-SVN: r3164 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b2181713219..864b66f2b7c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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.