mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 07:09:22 +00:00
f7c5e970a0
Expose the binutils' machine name (typically used as a prefix on the tool names) publicly. This is expected to match the `gcc -dumpmachine` value. Suggested-by: Ruslan Baratov <ruslan_baratov@yahoo.com>
10 lines
390 B
ReStructuredText
10 lines
390 B
ReStructuredText
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`.
|