mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-10 11:12:23 +00:00
* 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:
parent
2f10998399
commit
f8cc598ecd
@ -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
|
||||
|
12
configure.in
12
configure.in
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user