* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.

Don't set use_gnu_ld to no for *-*-sysv4; that only controls
	whether we pass down --with-gnu-ld anyhow.
This commit is contained in:
Ian Lance Taylor 1994-05-19 21:16:30 +00:00
parent 2f10998399
commit f8cc598ecd
2 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,9 @@
Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
Don't set use_gnu_ld to no for *-*-sysv4; that only controls
whether we pass down --with-gnu-ld anyhow.
Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
* Makefile.in (INSTALL_LAST): Change operation so it works

View File

@ -241,11 +241,6 @@ case "${target}" in
esac
# but that's okay since emacs doesn't work anyway
noconfigdirs="$noconfigdirs emacs"
# static versions of several key libraries are not available,
# so building our entire toolchain is impossible until
# the GNU linker supports shared libraries
noconfigdirs="$noconfigdirs ld"
;;
powerpc-*-aix*)
# copied from rs6000-*-* entry
@ -297,10 +292,6 @@ case "${target}" in
else
use_gnu_ld=no
fi
;;
sparc-*-solaris2*)
# See i386-*-solaris2* above.
noconfigdirs="$noconfigdirs ld"
;;
vax-*-vms)
noconfigdirs="$noconfigdirs bfd binutils gdb ld newlib opcodes"
@ -308,9 +299,6 @@ case "${target}" in
vax-*-*)
noconfigdirs="$noconfigdirs newlib"
;;
*-*-sysv4)
use_gnu_ld=no
;;
*-*-lynxos*)
# Newlib makes problems for libg++ in crosses.
noconfigdirs="$noconfigdirs newlib"