* 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.
This commit is contained in:
parent
8cc98cd5c1
commit
5d649ca82a
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
Wed Feb 7 13:56:06 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* 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 <meissner@tiktok.cygnus.com>
|
Wed Feb 7 13:37:39 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
* elf.c (make_mapping): Add an additional argument to suppress
|
* elf.c (make_mapping): Add an additional argument to suppress
|
||||||
|
|
Loading…
Reference in a new issue