Home | History | Annotate | Download | only in i686-linux-glibc2.7-4.4.3

Lines Matching refs:toolchain

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 repositories
99 # to ensure that the toolchain binaries are properly relocatable (i.e. can
263 Usage: $PROGNAME [options] <path-to-toolchain-sources>
265 This script is used to rebuild a 32-bit Linux host toolchain that targets
266 GLibc 2.7 or higher. The machine code generated by this toolchain will run
269 You need to a patch corresponding to the patched toolchain sources that
270 are downloaded from android.git.toolchain.org/toolchain/. One way to do that
273 \$NDK/build/tools/download-toolchain-sources.sh /tmp/toolchain-src
277 $PROGNAME /tmp/toolchain-src
280 your NDK directory, and this script will directly download the toolchain
304 echo " --ndk-dir=PATH Path to NDK (used to download toolchain sources)."
312 echo " --bootstrap Bootstrap toolchain (i.e. compile it with itself)"
332 echo "ERROR: You did not provide the path to the toolchain sources."
1005 echo "cleaning up toolchain/$1"
1008 echo "downloading sources for toolchain/$1"
1026 echo "Using sources for date '$GIT_DATE': toolchain/$1 revision $REVISION"
1030 (printf "%-32s " "toolchain/$1.git: " && git log -1 --format=oneline) >> $2
1034 task_define download_toolchain_sources "Download toolchain sources from $GIT_BASE "
1039 # Create a temporary SOURCES file for the toolchain sources only
1167 task_define prepare_toolchain_sources "Prepare toolchain sources."
1325 task2_define cleanup_toolchain "Cleanup toolchain"
1340 task2_define package_toolchain "Package final toolchain"
1357 task2_define install_toolchain "Install final toolchain"
1365 # Get sure that the second toolchain depends on the first one