Searched refs:TOOLCHAIN (Results 1 – 16 of 16) sorted by relevance
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" ] ; then139 set_toolchain_ndk $NDK_DIR $TOOLCHAIN180 if [ "$POLLY" = "yes" -a ! -d "$SRC_DIR/$TOOLCHAIN/polly" ] ; then181 dump "Disable polly because $SRC_DIR/$TOOLCHAIN/polly doesn't exist"186 rm -rf $SRC_DIR/$TOOLCHAIN/llvm/tools/polly[all …]
70 TOOLCHAIN="$3"83 GDBVER=$(get_default_gdbserver_version_for_gcc $TOOLCHAIN)115 if [ -z "$TOOLCHAIN" ] ; then130 parse_toolchain_name $TOOLCHAIN131 check_toolchain_install $NDK_DIR $TOOLCHAIN183 dump "Configure: $TOOLCHAIN gdbserver-$GDBVER build."220 dump "Building : $TOOLCHAIN gdbserver."224 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."238 dump "Install : $TOOLCHAIN $DSTFILE."
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
99 TOOLCHAIN="$3"134 if [ -z "$TOOLCHAIN" ] ; then143 case "$TOOLCHAIN" in152 parse_toolchain_name $TOOLCHAIN169 BINUTILS_VERSION=$(get_default_binutils_version_for_gcc $TOOLCHAIN)180 GDB_VERSION=$(get_default_gdb_version_for_gcc $TOOLCHAIN)215 set_toolchain_ndk $NDK_DIR $TOOLCHAIN256 dump "Configure: $TOOLCHAIN toolchain build"314 case "$TOOLCHAIN" in319 case "$TOOLCHAIN" in[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"990 TOOLCHAIN_SUB_DIR=toolchains/$TOOLCHAIN/prebuilt/$HOST_TAG1374 stamps_do sysroot-gcc-$SYSTEM-$TOOLCHAIN copy_target_sysroot1471 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core1502 stamps_do gcc-all-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_target_gcc_libs1505 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core1514 local TOOLCHAIN=$2[all …]
74 TOOLCHAIN="llvm-$DEFAULT_LLVM_VERSION"83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"110 if [ -z "$TOOLCHAIN" ] ; then120 set_toolchain_ndk $NDK_DIR $TOOLCHAIN152 dump "Configure: $TOOLCHAIN toolchain build"208 run $SRC_DIR/$TOOLCHAIN/llvm/configure \240 dump "Configure: mclinker against $TOOLCHAIN"
328 for TOOLCHAIN in $TOOLCHAIN_NAMES; do329 if [ $TOOLCHAIN != ${TOOLCHAIN%%$VERSION} ]; then330 TOOLCHAINS="$TOOLCHAIN $TOOLCHAINS"
1019 TOOLCHAIN=$11020 if [ -z "$TOOLCHAIN" ] ; then1030 case "$TOOLCHAIN" in1108 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9x\.]*\)'`1113 case "$TOOLCHAIN" in1145 echo "Unknown TOOLCHAIN=$TOOLCHAIN"
172 for TOOLCHAIN in $TOOLCHAINS; do173 if [ $TOOLCHAIN != ${TOOLCHAIN%%$VERSION} ]; then174 TOOLCHAIN_NAMES="$TOOLCHAIN $TOOLCHAIN_NAMES"
189 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_arm193 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_x86197 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_mips
49 See docs/STANDALONE-TOOLCHAIN.html for more details. Briefly speaking,
47 See docs/STANDALONE-TOOLCHAIN.html for more details. Briefly speaking,
1 USING THE ANDROID TOOLCHAIN AS A STANDALONE COMPILER326 $TOOLCHAIN/arm-linux-androideabi/lib/ for ARM toolchains.327 $TOOLCHAIN/i686-linux-android/lib/ for x86 ones.328 $TOOLCHAIN/mipsel-linux-android/lib/ for MIPS toolchains.
111 See docs/STANDALONE-TOOLCHAIN.html for more details. Briefly speaking,
43 see docs/STANDALONE-TOOLCHAIN.html for more details.
563 See http://b.android.com/53472 and STANDALONE-TOOLCHAIN.html1108 > See STANDALONE-TOOLCHAIN.html for details.1597 make-standalone-toolchain.sh. See docs/STANDALONE-TOOLCHAIN.html for more details.1687 See docs/STANDALONE-TOOLCHAIN.html for more details about this fix.2031 docs/STANDALONE-TOOLCHAIN.html for more details.2357 (see docs/STANDALONE-TOOLCHAIN.html for all details).