Browse Source

* configure.host: Switch on ${libdir}, not $(libdir). From

alan@spri.levels.unisa.edu.au (Alan Modra).
gdb-4_18-branch
Ian Lance Taylor 31 years ago
parent
commit
3d9a598662
  1. 3
      bfd/ChangeLog
  2. 2
      bfd/configure.host

3
bfd/ChangeLog

@ -1,5 +1,8 @@
Tue Apr 9 11:44:21 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.host: Switch on ${libdir}, not $(libdir). From
alan@spri.levels.unisa.edu.au (Alan Modra).
* aoutx.h (aout_link_add_symbols): Always call add_dynamic_symbols
entry point, not just for DYNAMIC objects.
* sunos.c (sunos_add_dynamic_symbols): Always call

2
bfd/configure.host

@ -91,7 +91,7 @@ if [ "${shared}" = "true" ]; then
;;
*-*-linux*)
SHLIB_CFLAGS='-shared -Wl,-soname,$(SONAME)'
case "$(libdir)" in
case "${libdir}" in
/lib | /usr/lib) ;;
*) HLDFLAGS='-Wl,-rpath,$(libdir)' ;;
esac

Loading…
Cancel
Save