From ff71be1f6a300f1bec021fcb8e1ffd947c97edc5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 14 Mar 2021 18:46:37 +0300 Subject: remove toolchains/ The main project module supports properly generating toolset files like these, so they are redundant? --- toolchains/boost/README.md | 2 -- toolchains/boost/mingw-w64-x64-exe.jam | 1 - toolchains/boost/mingw-w64-x64.jam | 1 - toolchains/boost/mingw-w64-x86-exe.jam | 1 - toolchains/boost/mingw-w64-x86.jam | 1 - 5 files changed, 6 deletions(-) delete mode 100644 toolchains/boost/README.md delete mode 100644 toolchains/boost/mingw-w64-x64-exe.jam delete mode 100644 toolchains/boost/mingw-w64-x64.jam delete mode 100644 toolchains/boost/mingw-w64-x86-exe.jam delete mode 100644 toolchains/boost/mingw-w64-x86.jam (limited to 'toolchains/boost') diff --git a/toolchains/boost/README.md b/toolchains/boost/README.md deleted file mode 100644 index a0e7c16..0000000 --- a/toolchains/boost/README.md +++ /dev/null @@ -1,2 +0,0 @@ -Use the toolchain files by passing something like -`--user-config=PATH/TO/cmake-common/toolchains/boost/TOOLCHAIN.jam` to `b2`. diff --git a/toolchains/boost/mingw-w64-x64-exe.jam b/toolchains/boost/mingw-w64-x64-exe.jam deleted file mode 100644 index 46ab535..0000000 --- a/toolchains/boost/mingw-w64-x64-exe.jam +++ /dev/null @@ -1 +0,0 @@ -using gcc : : x86_64-w64-mingw32-g++.exe : windows ; diff --git a/toolchains/boost/mingw-w64-x64.jam b/toolchains/boost/mingw-w64-x64.jam deleted file mode 100644 index f52acfa..0000000 --- a/toolchains/boost/mingw-w64-x64.jam +++ /dev/null @@ -1 +0,0 @@ -using gcc : : x86_64-w64-mingw32-g++ : windows ; diff --git a/toolchains/boost/mingw-w64-x86-exe.jam b/toolchains/boost/mingw-w64-x86-exe.jam deleted file mode 100644 index 87beca0..0000000 --- a/toolchains/boost/mingw-w64-x86-exe.jam +++ /dev/null @@ -1 +0,0 @@ -using gcc : : i686-w64-mingw32-g++.exe : windows ; diff --git a/toolchains/boost/mingw-w64-x86.jam b/toolchains/boost/mingw-w64-x86.jam deleted file mode 100644 index e73f190..0000000 --- a/toolchains/boost/mingw-w64-x86.jam +++ /dev/null @@ -1 +0,0 @@ -using gcc : : i686-w64-mingw32-g++ : windows ; -- cgit v1.2.3