OSDN Git Service

* Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2000 11:35:24 +0000 (11:35 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2000 11:35:24 +0000 (11:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34046 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 72709d2..1035e56 100644 (file)
@@ -1,3 +1,7 @@
+Sat May 20 08:29:28 2000  H.J. Lu  <hjl@gnu.org>
+
+       * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
+
 Sat May 20 07:27:35 2000  Alexandre Oliva  <aoliva@cygnus.com>
 
        * fold-const.c (make_range): Handle degenerated intervals.
index bee8c2a..4eadf44 100644 (file)
@@ -2734,7 +2734,7 @@ bootstrap bootstrap-lean: 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) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)"
+       $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)" LANG_LIB2FUNCS=
        $(MAKE) stage1
        -if test $@ = bootstrap-lean; then cd stage1 ; rm -f $(VOL_FILES); else true; fi
 # This used to define ALLOCA as empty, but that would lead to bad results