diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-06-22 15:31:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-06-22 15:31:35 (GMT) |
commit | 2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a (patch) | |
tree | 0a07edf5bcba84fff6278e0a7cdf4ebb9cfcf4aa /Utilities/Release/config_IRIX64 | |
parent | 10e3efa6b5f9c681a3c8ce402057e4cf9937e0e9 (diff) | |
download | CMake-2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a.zip CMake-2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a.tar.gz CMake-2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a.tar.bz2 |
ENH: remove old style release stuff
Diffstat (limited to 'Utilities/Release/config_IRIX64')
-rw-r--r-- | Utilities/Release/config_IRIX64 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Utilities/Release/config_IRIX64 b/Utilities/Release/config_IRIX64 deleted file mode 100644 index ed32b2a..0000000 --- a/Utilities/Release/config_IRIX64 +++ /dev/null @@ -1,27 +0,0 @@ -if [ -f "${RELEASE_ROOT}/Tarballs/cmake-${VERSION}-irix64-n32.tar.gz" ]; then - PLATFORM="irix64-64" - CFLAGS="-64" - CXXFLAGS="-64" - LDFLAGS="-64" -else - PLATFORM="irix64-n32" - CFLAGS="-n32" - CXXFLAGS="-n32" - LDFLAGS="-n32" -fi - -CC="cc" -CXX="CC" -MAKE="gmake" -BUILD_FLAGS="-j 20" -BOOTSTRAP_FLAGS="--parallel=20" -INSTALL_DIR="Install-${PLATFORM}" - -# Write entries into the cache file before building cmake. -write_cache() -{ -write_standard_cache - cat >> CMakeCache.txt <<EOF -HAVE_LIBCRYPTO:INTERNAL=0 -EOF -} |