HomeSort by relevance Sort by last modified time
    Searched refs:Toolchain (Results 1 - 2 of 2) sorted by null

  /ndk/build/core/
add-toolchain.mk 16 # this script is included repeatedly by main.mk to add a new toolchain
19 # '_config_mk' must be defined as the path of a toolchain
25 # by the toolchain configuration file
43 # Now record the toolchain-specific information
50 # check that the toolchain name is unique
52 $(call __ndk_error,Toolchain $(_name) defined in $(_parent) is\
60 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
  /ndk/build/tools/
prebuilt-common.sh 463 # TOOLCHAIN AND ABI PROCESSING
584 # E.g. the ones used to rebuild the GCC toolchain from scratch.
597 # On Linux, detect our legacy-compatible toolchain when in the Android
605 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3"
607 log "Forcing generation of Linux binaries with legacy toolchain"
655 # will not work well with the GCC toolchain scripts.
737 if [ -z "$TOOLCHAIN" ] ; then
738 echo "ERROR: Missing toolchain name!"
745 # Determine ABI based on toolchain name
747 case "$TOOLCHAIN" i
    [all...]

Completed in 91 milliseconds