mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6579 Tested the two files with the suggestion made from the ticket. Have not test "mh-solaris" on other non-Solaris machines.
X-SVN-Rev: 26453
This commit is contained in:
parent
a1992932b5
commit
2cf1de3050
2 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ THREADSCPPFLAGS = -D_REENTRANT
|
|||
LIBCPPFLAGS =
|
||||
|
||||
## Compiler switch to embed a runtime search path
|
||||
LD_RPATH=
|
||||
LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
|
||||
LD_RPATH_PRE = -Wl,-rpath,
|
||||
|
||||
## These are the library specific LDFLAGS
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## -*-makefile-*-
|
||||
## Solaris-specific setup using Sun's compilers
|
||||
## Copyright (c) 1999-2006, International Business Machines Corporation and
|
||||
## Copyright (c) 1999-2009, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Flags for position independent code
|
||||
|
@ -26,8 +26,8 @@ SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -G
|
|||
SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -G
|
||||
|
||||
## Compiler switch to embed a runtime search path
|
||||
LD_RPATH= -R
|
||||
LD_RPATH_PRE=
|
||||
LD_RPATH= -R'$$'ORIGIN
|
||||
LD_RPATH_PRE= -R
|
||||
|
||||
#LIBRARY_PATH_PREFIX=/usr/lib/lwp:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue