Lines Matching refs:TOOLCHAIN
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_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
1519 build_gcc $BUILD_TAG $TOOLCHAIN
1525 setup_build_for_toolchain $TOOLCHAIN
1528 stamps_do build-gcc-$SYSTEM-$TOOLCHAIN build_host_gcc
1546 local TOOLCHAIN=$2
1549 build_gcc $SYSTEM $TOOLCHAIN
1618 local TOOLCHAIN=$2
1620 local PACKAGE_NAME="$TOOLCHAIN-$SYSTEM.tar.bz2"
1623 setup_build_for_toolchain $TOOLCHAIN
1634 for TOOLCHAIN in $TOOLCHAINS; do
1635 build_gcc $SYSTEM $TOOLCHAIN
1642 for TOOLCHAIN in $TOOLCHAINS; do
1643 install_gcc $SYSTEM $TOOLCHAIN
1650 for TOOLCHAIN in $TOOLCHAINS; do
1651 package_gcc $SYSTEM $TOOLCHAIN "$PACKAGE_DIR"