Home
last modified time | relevance | path

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

/ndk/build/tools/
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-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
135 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
175 if [ "$POLLY" = "yes" -a ! -d "$SRC_DIR/$TOOLCHAIN/polly" ] ; then
176 dump "Disable polly because $SRC_DIR/$TOOLCHAIN/polly doesn't exist"
181 rm -rf $SRC_DIR/$TOOLCHAIN/llvm/tools/polly
[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."
225 dump "Building : $TOOLCHAIN gdbserver."
229 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
243 dump "Install : $TOOLCHAIN $DSTFILE."
Dbuild-gcc.sh89 TOOLCHAIN="$3"
124 if [ -z "$TOOLCHAIN" ] ; then
134 parse_toolchain_name $TOOLCHAIN
147 BINUTILS_VERSION=$(get_default_binutils_version_for_gcc $TOOLCHAIN)
169 set_toolchain_ndk $NDK_DIR $TOOLCHAIN
210 dump "Configure: $TOOLCHAIN toolchain build"
267 case "$TOOLCHAIN" in
275 case "$TOOLCHAIN" in
306 dump "Building : $TOOLCHAIN toolchain [this can take a long time]."
338 dump "Install : $TOOLCHAIN toolchain binaries."
[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"
989 TOOLCHAIN_SUB_DIR=toolchains/$TOOLCHAIN/prebuilt/$HOST_TAG
1397 stamps_do sysroot-gcc-$SYSTEM-$TOOLCHAIN copy_target_sysroot
1493 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core
1524 stamps_do gcc-all-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_target_gcc_libs
1527 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core
1536 local TOOLCHAIN=$2
[all …]
Dprebuilt-common.sh988 TOOLCHAIN=$1
989 if [ -z "$TOOLCHAIN" ] ; then
999 case "$TOOLCHAIN" in
1047 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9x\.]*\)'`
1051 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