aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/toolchains
diff options
context:
space:
mode:
Diffstat (limited to 'toolchains')
-rw-r--r--toolchains/boost/mingw-w64-x64-exe.jam1
-rw-r--r--toolchains/boost/mingw-w64-x86-exe.jam1
2 files changed, 2 insertions, 0 deletions
diff --git a/toolchains/boost/mingw-w64-x64-exe.jam b/toolchains/boost/mingw-w64-x64-exe.jam
new file mode 100644
index 0000000..3358a92
--- /dev/null
+++ b/toolchains/boost/mingw-w64-x64-exe.jam
@@ -0,0 +1 @@
+using gcc : : x86_64-w64-mingw32-g++.exe ;
diff --git a/toolchains/boost/mingw-w64-x86-exe.jam b/toolchains/boost/mingw-w64-x86-exe.jam
new file mode 100644
index 0000000..ad06bf3
--- /dev/null
+++ b/toolchains/boost/mingw-w64-x86-exe.jam
@@ -0,0 +1 @@
+using gcc : : i686-w64-mingw32-g++.exe ;