aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/toolchains
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 15:56:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 16:44:07 +0300
commit77571d71ce48a68cbd6d3a931b89d07e298f3f34 (patch)
tree851f2d175062dd6e176ebf7026a4270eee59c7d0 /toolchains
parentbuild_boost_travis.sh -> build/boost/ (diff)
downloadcmake-common-77571d71ce48a68cbd6d3a931b89d07e298f3f34.tar.gz
cmake-common-77571d71ce48a68cbd6d3a931b89d07e298f3f34.zip
toolchains: add Boost user configs
Diffstat (limited to 'toolchains')
-rw-r--r--toolchains/boost/mingw-w64-x64.jam1
-rw-r--r--toolchains/boost/mingw-w64-x86.jam1
2 files changed, 2 insertions, 0 deletions
diff --git a/toolchains/boost/mingw-w64-x64.jam b/toolchains/boost/mingw-w64-x64.jam
new file mode 100644
index 0000000..799c943
--- /dev/null
+++ b/toolchains/boost/mingw-w64-x64.jam
@@ -0,0 +1 @@
+using gcc : : x86_64-w64-mingw32-g++ ;
diff --git a/toolchains/boost/mingw-w64-x86.jam b/toolchains/boost/mingw-w64-x86.jam
new file mode 100644
index 0000000..27452b0
--- /dev/null
+++ b/toolchains/boost/mingw-w64-x86.jam
@@ -0,0 +1 @@
+using gcc : : i686-w64-mingw32-g++ ;