Home | History | Annotate | Download | only in tools

Lines Matching refs:SYSTEM

33 for the current host system [$HOST_TAG]. You can otherwise give a list of
43 By default, the script rebuilds the toolchain(s) for you host system [$HOST_TAG],
201 # match those of the system the generated compiler binaries will run on.
210 # Important note: When identifying a build or host system, there is
211 # a difference between 'NDK system tags' and "GNU configuration triplet'.
213 # A "system tag" is specific to the NDK and identifies a given host
214 # system for the toolchain binaries, valid values:
224 # A GNU configuration triplet identifies a system too, but it used by
230 # i686-linux-gnu (Linux x86 system, with GNU libc)
259 # $1: system tag (e.g. linux-x86)
271 # $1: system tag (e.g. linux-x86)
282 # $1: system tag (e.g. linux-x86)
341 for SYSTEM in $HOST_SYSTEMS; do
342 if [ "$(tag_to_os $SYSTEM)" = "$BUILD_OS" ]; then
344 case $(tag_to_bits $SYSTEM) in
632 # This function probes the system to find the best toolchain or cross-toolchain
633 # to build binaries that run on a given host system. After that, it generates
640 # $1: NDK system tag (e.g. linux-x86)
869 # $1: Host system name (e.g. linux-x86), this is the name of the host system
1237 # (i.e. when building the platform with it, the system doesn't boot)
1374 stamps_do sysroot-gcc-$SYSTEM-$TOOLCHAIN copy_target_sysroot
1471 stamps_do gcc-core-$GCC_VERSION-$SYSTEM-$TOOLCHAIN build_host_gcc_core
1500 if [ "$SYSTEM" = "$BUILD_TAG" -a -z "$NO_TARGET_LIBS" ]; then
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
1509 # $1: host system tag (e.g. linux-x86)
1513 local SYSTEM=$1
1518 if [ "$SYSTEM" != "$BUILD_TAG" ]; then
1524 setup_build_for_host $SYSTEM
1528 stamps_do build-gcc-$SYSTEM-$TOOLCHAIN build_host_gcc
1541 # $1: host system tag (e.g. linux-x86)
1545 local SYSTEM=$1
1549 build_gcc $SYSTEM $TOOLCHAIN
1565 run2 copy_directory "$BINUTILS_DIR/$HOST/$TARGET/lib" "$INSTALL_DIR/lib$(tag_to_bits $SYSTEM)" &&
1612 # $1: host system tag (e.g. linux-x86)
1617 local SYSTEM=$1
1620 local PACKAGE_NAME="$TOOLCHAIN-$SYSTEM.tar.bz2"
1632 for SYSTEM in $HOST_SYSTEMS; do
1633 setup_build_for_host $SYSTEM
1635 build_gcc $SYSTEM $TOOLCHAIN
1640 for SYSTEM in $HOST_SYSTEMS; do
1641 setup_build_for_host $SYSTEM
1643 install_gcc $SYSTEM $TOOLCHAIN
1648 for SYSTEM in $HOST_SYSTEMS; do
1649 setup_build_for_host $SYSTEM
1651 package_gcc $SYSTEM $TOOLCHAIN "$PACKAGE_DIR"