From 5d649ca82a33fff8429b27902a07c4bbd8313627 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 7 Feb 1996 18:59:11 +0000 Subject: [PATCH] * configure.host: When making a shared library, set HLDFLAGS to pass an appropriate -rpath option. Use the make variable SONAME as the shared library soname, rather than computing it here. On SunOS, build stamp-tshlink in place of $(SHLINK). * Makefile.in (SONAME): New variable. ($(SHLINK)): Make a link to the transformed name, as well. (stamp-tshlink): New target. (install): Skip stamp-tshlink during install. --- bfd/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f093aa6c02..513a637c6a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Wed Feb 7 13:56:06 1996 Ian Lance Taylor + + * configure.host: When making a shared library, set HLDFLAGS to + pass an appropriate -rpath option. Use the make variable SONAME + as the shared library soname, rather than computing it here. On + SunOS, build stamp-tshlink in place of $(SHLINK). + * Makefile.in (SONAME): New variable. + ($(SHLINK)): Make a link to the transformed name, as well. + (stamp-tshlink): New target. + (install): Skip stamp-tshlink during install. + Wed Feb 7 13:37:39 1996 Michael Meissner * elf.c (make_mapping): Add an additional argument to suppress