diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-03-10 21:21:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-03-10 21:21:16 +0000 |
commit | e31b2ac226f5c6d19b64d990270a75c7d00c825d (patch) | |
tree | 3b92752cb31abf15bd729e41c1e675076a3fa67e | |
parent | 5ed2f523e58cf23ce48681384166506228d9f56f (diff) | |
download | newlib-e31b2ac226f5c6d19b64d990270a75c7d00c825d.zip newlib-e31b2ac226f5c6d19b64d990270a75c7d00c825d.tar.gz newlib-e31b2ac226f5c6d19b64d990270a75c7d00c825d.tar.bz2 |
2000-03-10 H.J. Lu <hjl@gnu.org>
* Makefile.in (all-gcc): Backed out the last change.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 11 |
2 files changed, 4 insertions, 11 deletions
@@ -1,5 +1,9 @@ 2000-03-10 H.J. Lu <hjl@gnu.org> + * Makefile.in (all-gcc): Backed out the last change. + +2000-03-10 H.J. Lu <hjl@gnu.org> + * Makefile.in (all-gcc): Run ld/ld-new if necessary. Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com> diff --git a/Makefile.in b/Makefile.in index 9eae8e6..beab8be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1414,17 +1414,6 @@ $(INSTALL_X11_MODULES): installdirs # gcc is the only module which uses GCC_FLAGS_TO_PASS. .PHONY: all-gcc all-gcc: - # When configured with --enable-shared, libtool creates a - # script in the build directory which automatically relinks - # the program to search for shared libraries in the build - # directory. However, when ld/ld-new is called the first time - # from the new gcc, all the compiler environment variables are - # set to use the new gcc. ld/ld-new will use the new gcc to - # relink the new linker. It is incorrect. We cannot run - # ld/ld-new the first time from the new gcc. It is a very - # special case. We deal with it here. - -if test -f gcc/Makefile -a -x ld/ld-new -a -x ld/.libs/ld-new; then \ - ld/ld-new -v >/dev/null 2>&1; fi @if [ -f ./gcc/Makefile ] ; then \ r=`pwd`; export r; \ s=`cd $(srcdir); pwd`; export s; \ |