History log of /ndk/build/tools/build-gcc.py
Revision Date Author Comments
7528fef948b58069a5f81f1b1cb5b362af93f7ed 12-Jan-2016 Dan Albert <danalbert@google.com> Differentiate OUT_DIR and DIST_DIR.

DIST_DIR is archived on the build server, so we don't want to be
putting everything in there.

Also, this lays the groundwork for us to remove the build -> pack ->
unpack -> repack -> unpack -> test workflow that we currently have
and replace it with build -> test -> pack, since we can install
things to their proper locations, test them where they are, and then
package it directly.

Change-Id: I37529b5f564d82ba0e8b126d9fd44b4b148c1478
695f178d9b6739dd8de4443cba559c32ccd845b0 17-Dec-2015 Dan Albert <danalbert@google.com> Switch all modules from tarballs to zipfiles.

The SDK manager doesn't speak tar. This should also speed up the
package validation step of package.py (since it isn't reading the
files but is just interested in the TOC). It will, however, increase
the size of each module. We're still building the final monolithic
package as a tarball for Linux and Darwin though, so the largest
download will still be the same size.

Bug: http://b/26237669
Change-Id: I967d0b60f4132c864726c2e88f0f52a012b03909
28f4913bfeba3a7737c95dd3d345a31f63b4f756 17-Dec-2015 Dan Albert <danalbert@google.com> Remove layout from GCC package.

Bug: http://b/26235995
Change-Id: Ie40713de62c923a953297b7b8f6748af35c3977a
f789e704d7199b8cb2937e0579f42891933fc614 17-Nov-2015 Dan Albert <danalbert@google.com> Remove the $HOST_TAG from binutils and toolchains.

Turns out this complicates a lot of code unnecessarily because we need
to always check if we're a 32- or 64-bit NDK on Windows.

Bug: http://b/25454836
Change-Id: I50c53aee76fbc88f0be8c95d7ae6e7d550ca468e
8120ea73d4becb4e5298b3033462f045e32f12a6 10-Nov-2015 Dan Albert <danalbert@google.com> Build a GCC module from prebuilts/ndk.

Previously the module was built only when building GCC (with --module
gcc or build.py in toolchain/gcc), but doing that is a waste of time.
This changes the meaning of the GCC module from "build GCC from
source" to "package the prebuilt GCC for the NDK".

Change-Id: I8309d758cb1ae5b1ea816348c3f5c1d4a67aa281