Move libcds 1.6.0 from SVN
[libcds.git] / build / sample / build-freebsd-amd64.sh
diff --git a/build/sample/build-freebsd-amd64.sh b/build/sample/build-freebsd-amd64.sh
new file mode 100644 (file)
index 0000000..4fd2c7e
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+PATH=/usr/local/bin:$PATH
+export PATH
+
+./build.sh \
+--clean \
+--with-make gmake \
+--with-boost /usr/local/include \
+-x g++43 \
+-z '-std=c++0x -Wall -pedantic' \
+-l "-L/usr/local/lib" \
+2>&1 | tee build-freebsd-amd64.log