Move libcds 1.6.0 from SVN
[libcds.git] / build / sample / build-osx-gcc.sh
1 #! /bin/sh
2
3 BOOST_ROOT=~/works/libs/boost_1_55_0
4 MACOS_SDK_INCLUDE=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include
5
6 ./build.sh \
7     --clean \
8     -c gcc \
9     -x gcc-4.8 \
10     -b 64 \
11     -z "--std=c++11 -I$BOOST_ROOT -I$MACOS_SDK_INCLUDE" \
12     -l "-L$BOOST_ROOT/stage64/lib" \
13     --with-boost $BOOST_ROOT \
14     --arch-tune core2 \
15     2>&1 |tee build.log
16