OSDN Git Service

Add a script to download and package the toolchain sources.
authorDavid 'Digit' Turner <digit@google.com>
Mon, 16 Nov 2009 19:26:06 +0000 (11:26 -0800)
committerDavid 'Digit' Turner <digit@google.com>
Mon, 16 Nov 2009 19:31:33 +0000 (11:31 -0800)
commitafd05206a881c6c8604c3893e239861204e489a1
tree4ae91da985f780a917167ccf375906d4971a50b5
parent3e3db63cf09b6dc7f4ef4c1cb9a6993e9651d836
Add a script to download and package the toolchain sources.

download-toolchain-sources.sh will download the current toolchain sources
from our git repositories then finely package them into a compressed
tarball that will later be used to rebuild the prebuilt binaries properly.

Due to the way our sources are stored in the git repository, the sources
in the tarball are laid out slightly differently than in the original toolchain
source archive used for NDK 1.6.

An upcoming patch will modify build-toolchain.sh to deal with the difference
and also allow the build of gcc-4.4.0 and gdb-6.8.
build/tools/download-toolchain-sources.sh [new file with mode: 0755]