From b2af11d1731ff970c482f815c32cb2f9ba5341bc Mon Sep 17 00:00:00 2001 From: John Vu Date: Thu, 30 Jul 2009 20:45:53 +0000 Subject: [PATCH] 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 --- icu4c/source/config/mh-linux-va | 4 ++-- icu4c/source/config/mh-solaris-gcc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/config/mh-linux-va b/icu4c/source/config/mh-linux-va index 5d0730cbfc6..4f62c0a9c25 100644 --- a/icu4c/source/config/mh-linux-va +++ b/icu4c/source/config/mh-linux-va @@ -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 diff --git a/icu4c/source/config/mh-solaris-gcc b/icu4c/source/config/mh-solaris-gcc index 4949c266d41..807cff58810 100644 --- a/icu4c/source/config/mh-solaris-gcc +++ b/icu4c/source/config/mh-solaris-gcc @@ -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))