Move libcds 1.6.0 from SVN
[libcds.git] / build / sample / build-hpux1131.sh
diff --git a/build/sample/build-hpux1131.sh b/build/sample/build-hpux1131.sh
new file mode 100644 (file)
index 0000000..386387a
--- /dev/null
@@ -0,0 +1,19 @@
+#!/bin/sh
+clear
+
+export BOOST_ROOT=~/boost
+
+GCC_ROOT=/usr/local/gcc-433
+export PATH=${GCC_ROOT}/bin:${PATH}
+export LD_LIBRARY_PATH=${GCC_ROOT}/lib:${LD_LIBRARY_PATH}
+
+./build.sh -b 64 \
+--clean \
+-x 'g++' \
+-z '-std=c++0x -Wall -pedantic' \
+-l '-L${BOOST_ROOT}/bin/hpux1131-ia64' \
+--with-boost ${BOOST_ROOT} \
+--with-make gmake \
+--platform-suffix 11.31 \
+2>&1 | tee build-hpux11.31-ia64.log
+