Home | History | Annotate | Download | only in tools

Lines Matching refs:TOOLCHAIN

29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is
33 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
39 register_var_option "--out-dir=<path>" OPTION_OUT_DIR "On-device toolchain will be put at <path>"
45 register_var_option "--gcc-version=<version>" OPTION_GCC_VERSION "Specify GCC toolchain version [Default: $DEFAULT_GCC_VERSION]"
53 fix_option TOOLCHAIN_BUILD_PREFIX "$OPTION_OUT_DIR" "On-device toolchain will be put at <path>"
62 TOOLCHAIN="llvm-$DEFAULT_LLVM_VERSION"
71 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
72 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"
96 # Check toolchain name
98 if [ -z "$TOOLCHAIN" ] ; then
99 echo "ERROR: Missing toolchain name parameter. See --help for details."
108 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
144 # configure the toolchain
145 dump "Configure: $TOOLCHAIN toolchain build"
160 run $BUILDTOOLS/make-standalone-toolchain.sh \
161 --toolchain=$toolchain_name \
176 run $SRC_DIR/$TOOLCHAIN/llvm/configure \
188 fail_panic "Couldn't configure llvm toolchain for $arch"
190 dump "Building : llvm toolchain [this can take a long time]."
194 fail_panic "Couldn't compile llvm toolchain"
203 dump "Configure: mclinker against $TOOLCHAIN"