* configure.host: Switch on ${libdir}, not $(libdir). From
alan@spri.levels.unisa.edu.au (Alan Modra).
This commit is contained in:
parent
f1b45745b4
commit
3d9a598662
@ -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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user