Home
last modified time | relevance | path

Searched refs:TOOLCHAIN (Results 1 – 6 of 6) sorted by relevance

/ndk/build/tools/
Dbuild-llvm.sh60 TOOLCHAIN="$3"
95 if [ -z "$TOOLCHAIN" ] ; then
100 if [ ! -d "$SRC_DIR/llvm/$TOOLCHAIN" ] ; then
101 echo "ERROR: Source directory does not contain llvm sources for $TOOLCHAIN"
114 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
125 dump "Configure: $TOOLCHAIN toolchain build"
128 run $SRC_DIR/llvm/$TOOLCHAIN/configure \
171 ARCHIVE="$TOOLCHAIN-$HOST_TAG.tar.bz2"
172 SUBDIR=$(get_toolchain_install_subdir $TOOLCHAIN $HOST_TAG)
Dbuild-gcc.sh83 TOOLCHAIN="$3"
118 if [ -z "$TOOLCHAIN" ] ; then
128 parse_toolchain_name $TOOLCHAIN
141 BINUTILS_VERSION=$(get_default_binutils_version_for_gcc $TOOLCHAIN)
163 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
202 dump "Configure: $TOOLCHAIN toolchain build"
229 case "$TOOLCHAIN" in
260 dump "Building : $TOOLCHAIN toolchain [this can take a long time]."
292 dump "Install : $TOOLCHAIN toolchain binaries."
337 ARCHIVE="$TOOLCHAIN-$HOST_TAG.tar.bz2"
[all …]
Dbuild-gdbserver.sh74 TOOLCHAIN="$3"
112 if [ -z "$TOOLCHAIN" ] ; then
127 parse_toolchain_name $TOOLCHAIN
128 check_toolchain_install $NDK_DIR $TOOLCHAIN
173 dump "Configure: $TOOLCHAIN gdbserver-$GDB_VERSION build."
228 dump "Building : $TOOLCHAIN gdbserver."
232 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
246 dump "Install : $TOOLCHAIN $DSTFILE."
Dbuild-host-gcc.sh306 printf "[${COLOR_PURPLE}${TOOLCHAIN}${COLOR_END}]"
939 echo "$(host_build_dir)/temp-$TOOLCHAIN"
945 echo "$TOP_BUILD_DIR/$BUILD/temp-$TOOLCHAIN"
969 echo "$(host_build_dir)/final-$TOOLCHAIN"
997 TOOLCHAIN_SUB_DIR=toolchains/$TOOLCHAIN/prebuilt/$HOST_TAG
1378 stamps_do sysroot-gcc-$SYSTEM-$TOOLCHAIN copy_target_sysroot
1443 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core
1474 stamps_do gcc-all-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_target_gcc_libs
1477 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core
1486 local TOOLCHAIN=$2
[all …]
Dprebuilt-common.sh869 if [ -z "$TOOLCHAIN" ] ; then
879 case "$TOOLCHAIN" in
926 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9x\.]*\)'`
930 case "$TOOLCHAIN" in
Ddev-system-import.sh189 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_arm
193 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_x86
197 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_mips