OSDN Git Service

Allow the build-toolchain.sh script to apply source packages.
authorDavid 'Digit' Turner <digit@google.com>
Wed, 24 Feb 2010 22:43:10 +0000 (14:43 -0800)
committerDavid 'Digit' Turner <digit@google.com>
Wed, 24 Feb 2010 22:43:10 +0000 (14:43 -0800)
commitab23698c3ede84f3dda5a65b6e8169d4b2e31347
treef7c7329f7fa48a560200287b31cd0909174e7c62
parent898f9230e9bf4e005967a063fdbbb5e0db71d094
Allow the build-toolchain.sh script to apply source packages.

All you need to do is place name them like the following:

   build/tools/toolchain-patches/<subpath>/<foo>.patch

And they will be applied with 'patch -p1' into:

   <build-src>/<subpath>

This is useful to experiment with toolchain changes without having
to regenerate a whole new source package tarball each time.
build/tools/build-toolchain.sh