mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-6579 Committing the same changes to mh-linux-va and mh-solaris-gcc like the original corresponding files of mh-linux and mh-solaris.
X-SVN-Rev: 26461
This commit is contained in:
parent
496eead7a6
commit
b2af11d173
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
## -*-makefile-*-
|
||||
## Linux-specific setup for Visual Age
|
||||
## Copyright (c) 2003-2006, International Business Machines Corporation and
|
||||
## Copyright (c) 2003-2009, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
|
@ -24,7 +24,7 @@ THREADSCPPFLAGS = -D_REENTRANT
|
|||
LIBCPPFLAGS =
|
||||
|
||||
## Compiler switch to embed a runtime search path
|
||||
LD_RPATH= -I
|
||||
LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
|
||||
#LD_RPATH_PRE = -Wl,-rpath,
|
||||
|
||||
## Compiler switch to embed a library name
|
||||
|
|
|
@ -19,8 +19,8 @@ LDFLAGSICUDT=-nodefaultlibs -nostdlib
|
|||
THREADSCPPFLAGS = -D_REENTRANT
|
||||
|
||||
## Compiler switch to embed a runtime search path
|
||||
LD_RPATH= -R
|
||||
LD_RPATH_PRE=
|
||||
LD_RPATH= -R'$$'ORIGIN
|
||||
LD_RPATH_PRE= -R
|
||||
|
||||
## Compiler switch to embed a library name
|
||||
LD_SONAME = -h $(notdir $(MIDDLE_SO_TARGET))
|
||||
|
|
Loading…
Add table
Reference in a new issue