CMAKE_LANG_ANDROID_TOOLCHAIN_PREFIX.rst 451 B

123456789101112
  1. CMAKE_<LANG>_ANDROID_TOOLCHAIN_PREFIX
  2. -------------------------------------
  3. When :ref:`Cross Compiling for Android` this variable contains the absolute
  4. path prefixing the toolchain GNU compiler and its binutils.
  5. See also :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_SUFFIX`
  6. and :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE`.
  7. For example, the path to the linker is::
  8. ${CMAKE_CXX_ANDROID_TOOLCHAIN_PREFIX}ld${CMAKE_CXX_ANDROID_TOOLCHAIN_SUFFIX}