mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +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>
9 lines
329 B
ReStructuredText
9 lines
329 B
ReStructuredText
CMAKE_<LANG>_ANDROID_TOOLCHAIN_SUFFIX
|
|
-------------------------------------
|
|
|
|
When :ref:`Cross Compiling for Android` this variable contains the
|
|
host platform suffix of the toolchain GNU compiler and its binutils.
|
|
|
|
See also :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_PREFIX`
|
|
and :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE`.
|