cmake/Help/variable/CMAKE_LANG_ANDROID_TOOLCHAIN_MACHINE.rst

12 lines
415 B
ReStructuredText
Raw Normal View History

2016-12-03 23:28:24 +01:00
CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE
--------------------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.7.1
2016-12-03 23:28:24 +01:00
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`.