Add support for custom Linux host toolchains when building the SDK.
authorDavid 'Digit' Turner <digit@google.com>
Fri, 10 Dec 2010 21:24:06 +0000 (22:24 +0100)
committerDavid 'Digit' Turner <digit@google.com>
Mon, 13 Dec 2010 10:52:03 +0000 (11:52 +0100)
commit0960ca748804b772453ebe50d212a691c1a6c066
tree959e8cb8a0f0659933c7f5f04fea6f2da6ed3d6a
parent2562a40eb1afa88e8e3b97fb4c96f2241d28ec1e
Add support for custom Linux host toolchains when building the SDK.

This is needed in order to build Linux SDK binaries that can run
properly on Ubuntu 8.04 (Hardy). By default, the host toolchain
on 10.04 (Lucid) generates machine code that won't run on Hardy
due to GLibc ABI mistmatches.

Note that nothing happens if the new toolchain is not in the
prebuilt tree.

Change-Id: I45c1f68e37e15a0032f885df1c5c0f297b3d8642
core/combo/HOST_linux-x86.mk
core/definitions.mk