summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_COMPILER_EXTERNAL_TOOLCHAIN.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document the CMAKE_TOOLCHAIN_FILE.Stephen Kelly2013-11-271-1/+1
| | | | Link to the new docs from existing references to the variable.
* Allow toolchain files to specify an external toolchain.Stephen Kelly2013-11-191-0/+13
Clang can compile code, but uses the gcc tools for other tasks such as linking. The -gcc-toolchain option can be used for that, but generalize so that other compilers can be treated the same. If such a location is specified, use it as a hint for finding the binutils executables.