summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-01-17 14:08:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-01-17 14:08:19 (GMT)
commit2ede25f10f15c6b29015e280c1b4c4718d5af942 (patch)
treed22d4d783d7753a6eec6b81265329f8a0002f06b /Utilities
parent293c9d40b427639c6a7cd20b7a2cb5d35c42506d (diff)
downloadCMake-2ede25f10f15c6b29015e280c1b4c4718d5af942.zip
CMake-2ede25f10f15c6b29015e280c1b4c4718d5af942.tar.gz
CMake-2ede25f10f15c6b29015e280c1b4c4718d5af942.tar.bz2
Add AIX config file
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/Release/config_AIX13
1 files changed, 13 insertions, 0 deletions
diff --git a/Utilities/Release/config_AIX b/Utilities/Release/config_AIX
new file mode 100644
index 0000000..2b7b7cb
--- /dev/null
+++ b/Utilities/Release/config_AIX
@@ -0,0 +1,13 @@
+PLATFORM="aix15"
+CC="xlc"
+CXX="xlC"
+
+# Write entries into the cache file before building cmake.
+write_cache()
+{
+cat > CMakeCache.txt <<EOF
+BUILD_TESTING:BOOL=OFF
+CMAKE_EXE_LINKER_FLAGS:STRING=-bstatic
+CMAKE_SKIP_RPATH:BOOL=1
+EOF
+}