* Makefile.in (install): Don't install as $(tooldir)/bin/gld;
collect2 doesn't look for gld any more anyhow.
This commit is contained in:
parent
b4c2267b03
commit
e357065c7e
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jul 7 11:33:12 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* Makefile.in (install): Don't install as $(tooldir)/bin/gld;
|
||||
collect2 doesn't look for gld any more anyhow.
|
||||
|
||||
Mon Jul 5 14:29:48 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* ldlang.c (lang_relocate_globals): Skip indirect symbols, which
|
||||
|
|
|
@ -530,9 +530,7 @@ install:
|
|||
-n=`t='$(program_transform_name)'; echo ld | sed -e "" $$t`; \
|
||||
rm -f $(tooldir)/bin/ld; \
|
||||
ln $(bindir)/$$n $(tooldir)/bin/ld \
|
||||
|| $(INSTALL_PROGRAM) ld.new $(tooldir)/bin/ld; \
|
||||
rm -f $(tooldir)/bin/gld; \
|
||||
ln $(tooldir)/bin/ld $(tooldir)/bin/gld; \
|
||||
|| $(INSTALL_PROGRAM) ld.new $(tooldir)/bin/ld
|
||||
|
||||
install-info:
|
||||
for i in ld.info* ; do \
|
||||
|
|
Loading…
Reference in a new issue