summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2000-03-10 21:21:16 +0000
committerH.J. Lu <hjl@lucon.org>2000-03-10 21:21:16 +0000
commit36fc4b8ec980f96e8b2d7d8bfc2a7b6c454f3e0b (patch)
tree2af7451839938f6ca04bcf03230e00d2dab725cd /Makefile.in
parent9468803b0f8c48f8d1c5b8dd5aa0859e505e2c41 (diff)
downloadgdb-36fc4b8ec980f96e8b2d7d8bfc2a7b6c454f3e0b.tar.gz
2000-03-10 H.J. Lu <hjl@gnu.org>
* Makefile.in (all-gcc): Backed out the last change.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.in b/Makefile.in
index 9eae8e65edc..beab8be4fb1 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; \