Home | History | Annotate | Download | only in tools

Lines Matching refs:TOOLCHAIN

24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is
30 the top-level NDK installation path and <toolchain> is the name of
31 the toolchain to use (e.g. llvm-3.1)."
44 TOOLCHAIN="$3"
53 SCAN_BUILD_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-build
59 SCAN_VIEW_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-view
65 LICENSE_FILE=$SRC_DIR/$TOOLCHAIN/clang/LICENSE.TXT
87 # Check toolchain name
89 if [ -z "$TOOLCHAIN" ] ; then
90 echo "ERROR: Missing toolchain name parameter. See --help for details."