Searched refs:TOOLCHAIN (Results 1 – 7 of 7) sorted by relevance
44 TOOLCHAIN="$3"53 SCAN_BUILD_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-build59 SCAN_VIEW_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-view65 LICENSE_FILE=$SRC_DIR/$TOOLCHAIN/clang/LICENSE.TXT89 if [ -z "$TOOLCHAIN" ] ; then
74 TOOLCHAIN="$3"83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"88 …if [ -e "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" -a ! -h "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" ] ; …89 … echo "ERROR: polly, if exist, needs to be a symbolic link: $SRC_DIR/$TOOLCHAIN/llvm/tools/polly"120 if [ -z "$TOOLCHAIN" ] ; then135 set_toolchain_ndk $NDK_DIR $TOOLCHAIN175 if [ "$POLLY" = "yes" -a ! -d "$SRC_DIR/$TOOLCHAIN/polly" ] ; then176 dump "Disable polly because $SRC_DIR/$TOOLCHAIN/polly doesn't exist"181 rm -rf $SRC_DIR/$TOOLCHAIN/llvm/tools/polly[all …]
74 TOOLCHAIN="$3"112 if [ -z "$TOOLCHAIN" ] ; then127 parse_toolchain_name $TOOLCHAIN128 check_toolchain_install $NDK_DIR $TOOLCHAIN173 dump "Configure: $TOOLCHAIN gdbserver-$GDB_VERSION build."225 dump "Building : $TOOLCHAIN gdbserver."229 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."243 dump "Install : $TOOLCHAIN $DSTFILE."
89 TOOLCHAIN="$3"124 if [ -z "$TOOLCHAIN" ] ; then134 parse_toolchain_name $TOOLCHAIN147 BINUTILS_VERSION=$(get_default_binutils_version_for_gcc $TOOLCHAIN)169 set_toolchain_ndk $NDK_DIR $TOOLCHAIN210 dump "Configure: $TOOLCHAIN toolchain build"267 case "$TOOLCHAIN" in275 case "$TOOLCHAIN" in306 dump "Building : $TOOLCHAIN toolchain [this can take a long time]."338 dump "Install : $TOOLCHAIN toolchain binaries."[all …]
313 printf "[${COLOR_PURPLE}${TOOLCHAIN}${COLOR_END}]"931 echo "$(host_build_dir)/temp-$TOOLCHAIN"937 echo "$TOP_BUILD_DIR/$BUILD/temp-$TOOLCHAIN"961 echo "$(host_build_dir)/final-$TOOLCHAIN"989 TOOLCHAIN_SUB_DIR=toolchains/$TOOLCHAIN/prebuilt/$HOST_TAG1397 stamps_do sysroot-gcc-$SYSTEM-$TOOLCHAIN copy_target_sysroot1493 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core1524 stamps_do gcc-all-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_target_gcc_libs1527 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core1536 local TOOLCHAIN=$2[all …]
988 TOOLCHAIN=$1989 if [ -z "$TOOLCHAIN" ] ; then999 case "$TOOLCHAIN" in1047 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9x\.]*\)'`1051 case "$TOOLCHAIN" in
189 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_arm193 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_x86197 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_mips