https://github.com/Kitware/CMake
Raw File
Tip revision: e14974a208edd48c43ae9a80d76ea4e511e1b540 authored by Brad King on 27 May 2020, 10:13:45 UTC
CMake 3.16.7
Tip revision: e14974a
CMAKE_LANG_ANDROID_TOOLCHAIN_MACHINE.rst
CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE
--------------------------------------

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`.
back to top