summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-14 19:19:55 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-18 14:51:18 (GMT)
commite3cd5599a21a122f58787bf56b1f98e7722bae65 (patch)
tree486a2b4df9996c0d42e7c79604d7052b6c609e6a /Help/release
parent5c2100e5c0be11a8dda8694be214a59e15766857 (diff)
downloadCMake-e3cd5599a21a122f58787bf56b1f98e7722bae65.zip
CMake-e3cd5599a21a122f58787bf56b1f98e7722bae65.tar.gz
CMake-e3cd5599a21a122f58787bf56b1f98e7722bae65.tar.bz2
Android: Add CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE
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>
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/android-info-variables.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/dev/android-info-variables.rst b/Help/release/dev/android-info-variables.rst
index 9330c62..e173342 100644
--- a/Help/release/dev/android-info-variables.rst
+++ b/Help/release/dev/android-info-variables.rst
@@ -1,6 +1,10 @@
android-info-variables
----------------------
+* When :ref:`Cross Compiling for Android`, a new
+ :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE` variable is
+ now set to indicate the binutils' machine name.
+
* When :ref:`Cross Compiling for Android with the NDK`, the
:variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION` variable is
now set by CMake if it is not set by the user or toolchain file.