ICU-208 use -Wl to pass the +h to the linker for versioned libraries
X-SVN-Rev: 2730
This commit is contained in:
parent
fa1567338d
commit
0126b3446d
@ -3,7 +3,7 @@
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-hpux-acc,v 1.19 2000/10/18 19:02:06 yves Exp $
|
||||
## $Id: mh-hpux-acc,v 1.20 2000/10/19 20:29:42 yves Exp $
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= :
|
||||
@ -32,7 +32,7 @@ LD_RPATH_PRE=
|
||||
LDLIBRARYPATH_ENVVAR = SHLIB_PATH
|
||||
|
||||
## Compiler switch to embed a library name
|
||||
LD_SONAME = +h $(MIDDLE_SO_TARGET)
|
||||
LD_SONAME = -Wl,+h -Wl,$(MIDDLE_SO_TARGET)
|
||||
|
||||
## Versioned target for a shared library.
|
||||
FINAL_SO_TARGET = $(basename $(SO_TARGET)).$(SO_TARGET_VERSION)
|
||||
|
@ -3,7 +3,7 @@
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-hpux-cc,v 1.23 2000/10/18 19:02:06 yves Exp $
|
||||
## $Id: mh-hpux-cc,v 1.24 2000/10/19 20:29:42 yves Exp $
|
||||
|
||||
|
||||
## This causes source/tools/pkgdata generated makefiles to create and link
|
||||
@ -39,7 +39,7 @@ LD_RPATH_PRE=
|
||||
LDLIBRARYPATH_ENVVAR = SHLIB_PATH
|
||||
|
||||
## Compiler switch to embed a library name
|
||||
LD_SONAME = +h $(MIDDLE_SO_TARGET)
|
||||
LD_SONAME = -Wl,+h $-Wl,(MIDDLE_SO_TARGET)
|
||||
|
||||
## Versioned target for a shared library.
|
||||
FINAL_SO_TARGET = $(basename $(SO_TARGET)).$(SO_TARGET_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user