Remove CMake toolchains from the project.
Reasons:
- The project is not cross-compiling;
- Cross-compilation can be easily achieved via regular CMake command-line arguments;
- Current toolchain files clutter the source tree without any benefit.
Consider splitting this into subtasks:
- Stop using toolchain files.
- Remove toolchain files from the source tree.