diff options
author | Richard Stallman <rms@gnu.org> | 1993-01-09 08:19:25 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-01-09 08:19:25 +0000 |
commit | 676ce2231660dc6ef0272e7af463f4f24733082d (patch) | |
tree | 664e7e0c30d852d192927ab368b8cb8b66298af9 /gcc | |
parent | 8355fc27ae6216450e374c325b6ca49adf6e2b41 (diff) | |
download | gcc-676ce2231660dc6ef0272e7af463f4f24733082d.zip gcc-676ce2231660dc6ef0272e7af463f4f24733082d.tar.gz gcc-676ce2231660dc6ef0272e7af463f4f24733082d.tar.bz2 |
(bootstrap): Pass along CC and libdir in first compile.
From-SVN: r3164
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b218171..864b66f 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. |