From bfb093aa80f9267bed2e50c6b0da902da2eace40 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Tue, 1 Jun 2010 23:35:40 +0000 Subject: [PATCH] ICU-7695 Add space after LD_RPATH for certain mh-* files. X-SVN-Rev: 28123 --- icu4c/source/config/mh-linux | 4 ++-- icu4c/source/config/mh-linux-va | 4 ++-- icu4c/source/config/mh-solaris | 4 ++-- icu4c/source/config/mh-solaris-gcc | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/icu4c/source/config/mh-linux b/icu4c/source/config/mh-linux index 940ff02f9c..6a8299f11e 100644 --- a/icu4c/source/config/mh-linux +++ b/icu4c/source/config/mh-linux @@ -1,6 +1,6 @@ ## -*-makefile-*- ## Linux-specific setup -## Copyright (c) 1999-2009, International Business Machines Corporation and +## Copyright (c) 1999-2010, International Business Machines Corporation and ## others. All Rights Reserved. ## Commands to generate dependency files @@ -17,7 +17,7 @@ THREADSCPPFLAGS = -D_REENTRANT LIBCPPFLAGS = ## Compiler switch to embed a runtime search path -LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN +LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN LD_RPATH_PRE = -Wl,-rpath, ## These are the library specific LDFLAGS diff --git a/icu4c/source/config/mh-linux-va b/icu4c/source/config/mh-linux-va index 4f62c0a9c2..7bee921ad6 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-2009, International Business Machines Corporation and +## Copyright (c) 2003-2010, 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= -Wl,-zorigin,-rpath,'$$'ORIGIN +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 b/icu4c/source/config/mh-solaris index 2a9bbd0686..4b969b5b21 100644 --- a/icu4c/source/config/mh-solaris +++ b/icu4c/source/config/mh-solaris @@ -1,6 +1,6 @@ ## -*-makefile-*- ## Solaris-specific setup using Sun's compilers -## Copyright (c) 1999-2009, International Business Machines Corporation and +## Copyright (c) 1999-2010, International Business Machines Corporation and ## others. All Rights Reserved. ## Flags for position independent code @@ -44,7 +44,7 @@ SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -G SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -G ## Compiler switch to embed a runtime search path -LD_RPATH= -R'$$'ORIGIN +LD_RPATH= -R'$$'ORIGIN LD_RPATH_PRE= -R #LIBRARY_PATH_PREFIX=/usr/lib/lwp: diff --git a/icu4c/source/config/mh-solaris-gcc b/icu4c/source/config/mh-solaris-gcc index 7aa9ade723..ee9ba750df 100644 --- a/icu4c/source/config/mh-solaris-gcc +++ b/icu4c/source/config/mh-solaris-gcc @@ -1,6 +1,6 @@ ## -*-makefile-*- ## Solaris-specific setup using gcc -## Copyright (c) 1999-2009, International Business Machines Corporation and +## Copyright (c) 1999-2010, International Business Machines Corporation and ## others. All Rights Reserved. ## Flags for position independent code @@ -19,7 +19,7 @@ LDFLAGSICUDT=-nodefaultlibs -nostdlib THREADSCPPFLAGS = -D_REENTRANT ## Compiler switch to embed a runtime search path -LD_RPATH= -R'$$'ORIGIN +LD_RPATH= -R'$$'ORIGIN LD_RPATH_PRE= -R ## Compiler switch to embed a library name