HomeSort by relevance Sort by last modified time
    Searched refs:toolchain (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/qemu/distrib/kernel-toolchain/
android-kernel-toolchain-ar 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-as 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-gcc 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-ld 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-nm 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-objcopy 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-objdump 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-ranlib 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
android-kernel-toolchain-strip 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
toolbox.sh 3 # This is a wrapper around our x86 toolchain that allows us to add a few
5 # The issue is that our x86 toolchain is NDK-compatible, and hence enforces
28 # Common prefix for all fake toolchain programs, which are all really
35 PROGPREFIX=android-kernel-toolchain-
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
51 # Invoke real cross-compiler toolchain program now
  /build/libs/host/
Android.mk 26 # Include toolchain prebuilt modules if they exist.
27 -include $(TARGET_TOOLCHAIN_ROOT)/toolchain.mk
  /ndk/build/tools/
make-release.sh 77 register_var_option "--toolchain-src-dir=<path>" TOOLCHAIN_SRCDIR "Use toolchain sources from <path>"
110 - downloading toolchain sources from the Internet
112 - rebuilding the toolchain binaries for the host system
126 more quickly, by preparing toolchain binary tarballs that can be
170 # Step 1, If needed, download toolchain sources into a temporary directory
172 dump "Using toolchain source directory: $TOOLCHAIN_SRCDIR"
173 timestamp_set toolchain-download-sources
175 if timestamp_check toolchain-download-sources; then
176 dump "Downloading toolchain sources...
    [all...]
prebuilt-common.sh 463 # TOOLCHAIN AND ABI PROCESSING
571 # mingw32 toolchain installed.
575 # $1: install directory for wrapper toolchain
583 # IMPORTANT NOTE: binutils 2.21 requires a cross toolchain named
585 # in the toolchain build. Note that binutils 2.19 can build properly
587 # toolchain install on Debian/Ubuntu.
589 # To solve this dilemma, we create a wrapper toolchain named
593 # We apply the same logic to the 64-bit Windows cross-toolchain
609 dump "Found mingw toolchain: $MINGW_GCC"
612 # then, if it is there, create a wrapper toolchain for i
    [all...]
dev-rebuild-ndk.sh 45 register_var_option "--toolchains=<toolchain[,toolchain]>" OPTION_TOOLCHAINS "Toolchain(s) to package"
53 "Generate the NDK toolchain package."
99 # Get the Toolchain sources
104 if [ -d "$PROGDIR/toolchain-patches" ]
106 PATCHES_SHA1=`( find $PROGDIR/toolchain-patches -type f -print ) | \
112 echo "Checking for Toolchain sources"
116 echo " Downloading Toolchain sources"
118 logfile="$TOP/download-toolchain-sources.log
    [all...]
  /ndk/tests/
run-standalone-tests.sh 30 # Prepare the temporary standalone toolchain
34 PROGRAM_DESCRIPTION="Run the standalone toolchain tests."
48 # Install standalone toolchain
56 TOOLCHAINDIR=$ROOTDIR/toolchain-$LEVEL
58 echo "Installing $ARCH standalone toolchain into: $TOOLCHAINDIR"
59 $NDK/build/tools/make-standalone-toolchain.sh --install-dir=$TOOLCHAINDIR --platform=$1 --arch=$2
61 echo "ERROR: Could not install toolchain for platform $1."
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/
build-toolchain.sh 3 # This script is used to rebuild the x86 toolchain Linux
45 PREBUILT_INSTALL_DIR=prebuilt/$HOST_TAG/toolchain/$TOOLCHAIN_INSTALL_NAME
99 # System libraries needed to bootstrap the toolchain
102 # Where to download the toolchain sources from android.git.kernel.org
103 TOOLCHAIN_SRC_DIR=$TMPDIR/toolchain-sources
105 # Where to build the toolchain binaries
106 TOOLCHAIN_BUILD_DIR=$TMPDIR/toolchain-build
125 # We don't use ndk/build/tools/download-toolchain-sources.sh here
129 echo "Download toolchain patches to: $TOOLCHAIN_SRC_DIR"
130 GIT_PREFIX=git://android.git.kernel.org/toolchain
    [all...]
  /gdk/build/core/
add-toolchain.mk 16 # this script is included repeatedly by main.mk to add a new toolchain
19 # '_config_mk' must be defined as the path of a toolchain
25 # by the toolchain configuration file
43 # Now record the toolchain-specific information
50 # check that the toolchain name is unique
52 $(call __gdk_error,Toolchain $(_name) defined in $(_parent) is\
60 $(call __gdk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
setup-toolchain.mk 17 # to setup the target toolchain for a given platform/abi combination.
23 # Check that we have a toolchain that supports the current ABI.
29 $(call __gdk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
34 # Select the last toolchain from the sorted list.
37 $(call gdk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
41 $(call __gdk_info,The selected toolchain ($(GDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
63 # Define the root path of the toolchain in the GDK tree.
66 # Define the root path where toolchain prebuilts are stored
69 # now call the toolchain-specific setup script
  /ndk/build/core/
add-toolchain.mk 16 # this script is included repeatedly by main.mk to add a new toolchain
19 # '_config_mk' must be defined as the path of a toolchain
25 # by the toolchain configuration file
43 # Now record the toolchain-specific information
51 # check that the toolchain name is unique
53 $(call __ndk_error,Toolchain $(_name) defined in $(_parent) is\
62 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
setup-toolchain.mk 17 # to setup the target toolchain for a given platform/abi combination.
23 # Check that we have a toolchain that supports the current ABI.
29 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.)
34 # Select the last toolchain from the sorted list.
37 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
41 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
75 # Define the root path of the toolchain in the NDK tree.
78 # Define the root path where toolchain prebuilts are stored
82 # number from the toolchain name, e.g. arm-eabi-4.4.0 -> path/bin/arm-eabi-
89 # Default build commands, can be overriden by the toolchain's setup scrip
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 18 # This script is used to rebuild the Linux 32-bit cross-toolchain
25 # WARNING: At this time, the generated toolchain binaries will *not* run
56 # Versions of various toolchain components, do not touch unless you know
70 GIT_BASE_DEFAULT=https://android.googlesource.com/toolchain
72 # Location where we will download the toolchain sources
73 TOOLCHAIN_SRC_DIR=$WORK_DIR/toolchain-src
79 # Name of the final generated toolchain
82 # Name of the final toolchain binary tarball that this script will create
85 # Location where we're going to install the toolchain during the build
90 # the final toolchain. This includes both SHA-1 for toolchain git repositorie
    [all...]
  /bionic/libdl/arch-sh/
sobegin.S 33 # The toolchain for SH-Linux does not produce INIT_ARRAY information which
34 # bionic linker relies on. Instead of it, The toolchain for SH-Linux produces
  /build/core/combo/arch/x86/
x86-atom.mk 16 # This flag is used to enabled Atom-specific optimizations with our toolchain
  /external/libvpx/build/make/
configure.sh 266 # Toolchain Check Functions
344 echo "TOOLCHAIN := ${toolchain}" >> config.mk
346 case ${toolchain} in
357 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
376 TOOLCHAIN=${toolchain}
438 --target=*) toolchain="${toolchain:-${optval}}"
440 --force-target=*) toolchain="${toolchain:-${optval}}"; enable force_toolchai
    [all...]
  /external/qemu/distrib/
build-kernel.sh 13 # For the toolchain auto-detection.
84 echo " --cross=<prefix> cross-toolchain prefix [$CROSSPREFIX]"
168 CROSSPREFIX=$BUILD_TOP/prebuilt/$HOST_TAG/toolchain/$CROSSTOOLCHAIN/bin/$CROSSPREFIX
194 CROSS_COMPILE=$(dirname "$0")/kernel-toolchain/android-kernel-toolchain-

Completed in 2911 milliseconds

1 2 3