summaryrefslogtreecommitdiffstats
path: root/Templates
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
parent5e1d9ed39e252dc3c7bf3310842e5445b0519edc (diff)
downloadCMake-0f9ee5bd0a1ebd2920bb80dc8fe45691ea5f1a30.zip
CMake-0f9ee5bd0a1ebd2920bb80dc8fe45691ea5f1a30.tar.gz
CMake-0f9ee5bd0a1ebd2920bb80dc8fe45691ea5f1a30.tar.bz2
use multiple rpath options for sgi
Diffstat (limited to 'Templates')
-rwxr-xr-xTemplates/cconfigure4
-rw-r--r--Templates/cconfigure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/Templates/cconfigure b/Templates/cconfigure
index fb73f11..b4fea7a 100755
--- a/Templates/cconfigure
+++ b/Templates/cconfigure
@@ -2492,7 +2492,7 @@ fi
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=""
@@ -2503,7 +2503,7 @@ fi
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"
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"