ICU-7695 Add space after LD_RPATH for certain mh-* files.
X-SVN-Rev: 28123
This commit is contained in:
parent
4d14b81997
commit
bfb093aa80
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user