Move libcds 1.6.0 from SVN
[libcds.git] / build / sample / build-hpux1131.sh
1 #!/bin/sh
2 clear
3
4 export BOOST_ROOT=~/boost
5
6 GCC_ROOT=/usr/local/gcc-433
7 export PATH=${GCC_ROOT}/bin:${PATH}
8 export LD_LIBRARY_PATH=${GCC_ROOT}/lib:${LD_LIBRARY_PATH}
9
10 ./build.sh -b 64 \
11 --clean \
12 -x 'g++' \
13 -z '-std=c++0x -Wall -pedantic' \
14 -l '-L${BOOST_ROOT}/bin/hpux1131-ia64' \
15 --with-boost ${BOOST_ROOT} \
16 --with-make gmake \
17 --platform-suffix 11.31 \
18 2>&1 | tee build-hpux11.31-ia64.log
19