summaryrefslogtreecommitdiffstats
path: root/Templates/cconfigure.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-04-29 12:27:58 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-04-29 12:27:58 (GMT)
commit0f9ee5bd0a1ebd2920bb80dc8fe45691ea5f1a30 (patch)
tree4767f88661972f68b5be87607e27eadd2811e50d /Templates/cconfigure.in
parent5e1d9ed39e252dc3c7bf3310842e5445b0519edc (diff)
downloadCMake-0f9ee5bd0a1ebd2920bb80dc8fe45691ea5f1a30.zip
CMake-0f9ee5bd0a1ebd2920bb80dc8fe45691ea5f1a30.tar.gz
CMake-0f9ee5bd0a1ebd2920bb80dc8fe45691ea5f1a30.tar.bz2
use multiple rpath options for sgi
Diffstat (limited to 'Templates/cconfigure.in')
-rw-r--r--Templates/cconfigure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Templates/cconfigure.in b/Templates/cconfigure.in
index 81d0222..1743020 100644
--- a/Templates/cconfigure.in
+++ b/Templates/cconfigure.in
@@ -214,7 +214,7 @@ case $system in
CMAKE_SHLIB_BUILD_FLAGS="-shared -rdata_shared"
CMAKE_MODULE_BUILD_FLAGS="-shared -rdata_shared"
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
- CMAKE_SHLIB_RUNTIME_SEP=":"
+ CMAKE_SHLIB_RUNTIME_SEP=""
;;
IRIX-6* | IRIX64-6* | IRIX-64-6*)
CMAKE_SHLIB_CFLAGS=""
@@ -225,7 +225,7 @@ case $system in
CMAKE_SHLIB_BUILD_FLAGS="-shared -rdata_shared"
CMAKE_MODULE_BUILD_FLAGS="-shared -rdata_shared"
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
- CMAKE_SHLIB_RUNTIME_SEP=":"
+ CMAKE_SHLIB_RUNTIME_SEP=""
;;
Linux*)
CMAKE_SHLIB_CFLAGS="-fPIC"