Home
last modified time | relevance | path

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

/ndk/build/tools/
Dbuild-llvm.sh74 TOOLCHAIN="$3"
83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
84 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" ] ; then
139 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
180 if [ "$POLLY" = "yes" -a ! -d "$SRC_DIR/$TOOLCHAIN/polly" ] ; then
181 dump "Disable polly because $SRC_DIR/$TOOLCHAIN/polly doesn't exist"
186 rm -rf $SRC_DIR/$TOOLCHAIN/llvm/tools/polly
[all …]
Dbuild-gdbserver.sh70 TOOLCHAIN="$3"
83 GDBVER=$(get_default_gdbserver_version_for_gcc $TOOLCHAIN)
115 if [ -z "$TOOLCHAIN" ] ; then
130 parse_toolchain_name $TOOLCHAIN
131 check_toolchain_install $NDK_DIR $TOOLCHAIN
183 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."
Dbuild-analyzer.sh44 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
89 if [ -z "$TOOLCHAIN" ] ; then
Dbuild-gcc.sh99 TOOLCHAIN="$3"
134 if [ -z "$TOOLCHAIN" ] ; then
143 case "$TOOLCHAIN" in
152 parse_toolchain_name $TOOLCHAIN
169 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 $TOOLCHAIN
256 dump "Configure: $TOOLCHAIN toolchain build"
314 case "$TOOLCHAIN" in
319 case "$TOOLCHAIN" in
[all …]
Dbuild-host-gcc.sh313 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_TAG
1374 stamps_do sysroot-gcc-$SYSTEM-$TOOLCHAIN copy_target_sysroot
1471 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core
1502 stamps_do gcc-all-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_target_gcc_libs
1505 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core
1514 local TOOLCHAIN=$2
[all …]
Dbuild-device-llvm.sh74 TOOLCHAIN="llvm-$DEFAULT_LLVM_VERSION"
83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"
110 if [ -z "$TOOLCHAIN" ] ; then
120 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
152 dump "Configure: $TOOLCHAIN toolchain build"
208 run $SRC_DIR/$TOOLCHAIN/llvm/configure \
240 dump "Configure: mclinker against $TOOLCHAIN"
Dbuild-host-prebuilts.sh328 for TOOLCHAIN in $TOOLCHAIN_NAMES; do
329 if [ $TOOLCHAIN != ${TOOLCHAIN%%$VERSION} ]; then
330 TOOLCHAINS="$TOOLCHAIN $TOOLCHAINS"
Dprebuilt-common.sh1019 TOOLCHAIN=$1
1020 if [ -z "$TOOLCHAIN" ] ; then
1030 case "$TOOLCHAIN" in
1108 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9x\.]*\)'`
1113 case "$TOOLCHAIN" in
1145 echo "Unknown TOOLCHAIN=$TOOLCHAIN"
Dpackage-release.sh172 for TOOLCHAIN in $TOOLCHAINS; do
173 if [ $TOOLCHAIN != ${TOOLCHAIN%%$VERSION} ]; then
174 TOOLCHAIN_NAMES="$TOOLCHAIN $TOOLCHAIN_NAMES"
Ddev-system-import.sh189 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_arm
193 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_x86
197 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_mips
/ndk/docs/text/
DCPU-X86-64.text49 See docs/STANDALONE-TOOLCHAIN.html for more details. Briefly speaking,
DCPU-MIPS.text47 See docs/STANDALONE-TOOLCHAIN.html for more details. Briefly speaking,
DSTANDALONE-TOOLCHAIN.text1 USING THE ANDROID TOOLCHAIN AS A STANDALONE COMPILER
326 $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.
DCPU-X86.text111 See docs/STANDALONE-TOOLCHAIN.html for more details. Briefly speaking,
DCPLUSPLUS-SUPPORT.text43 see docs/STANDALONE-TOOLCHAIN.html for more details.
DCHANGES.text563 See http://b.android.com/53472 and STANDALONE-TOOLCHAIN.html
1108 > 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).