mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
12 lines
415 B
ReStructuredText
12 lines
415 B
ReStructuredText
CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE
|
|
--------------------------------------
|
|
|
|
.. versionadded:: 3.7.1
|
|
|
|
When :ref:`Cross Compiling for Android` this variable contains the
|
|
toolchain binutils machine name (e.g. ``gcc -dumpmachine``). The
|
|
binutils typically have a ``<machine>-`` prefix on their name.
|
|
|
|
See also :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_PREFIX`
|
|
and :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_SUFFIX`.
|