OSDN Git Service

Add support for building other architectures.
authorDan Albert <danalbert@google.com>
Sat, 10 Jan 2015 06:40:48 +0000 (22:40 -0800)
committerDan Albert <danalbert@google.com>
Sat, 10 Jan 2015 06:45:33 +0000 (22:45 -0800)
commit64390f940c321201fb8a866e80f44ced11ff07c8
treea6166e904a2b92e9c7de01254310e97ed12ebf2c
parentd7f935a05b25d003a721565ba64a015b3a341fbe
Add support for building other architectures.

Since we often make changes that might break on other architectures,
let the buildbot deal with some of these for us. They can be invoked
by `bionicbb:ARCH`, where `ARCH` is one of:

 * arm
 * aarch64
 * mips
 * mips64
 * x86
 * x86_64

Specifying arm isn't particularly interesting (since the default
target for the buildbot is hammerhead), but there are some differences
in the math instructions available for the default ARM target, so it
could be helpful for testing changes to the compiler-rt builtins.

Change-Id: I94018fd3c30d26fcf405e747fc633cbdd08ff4e5
tools/bionicbb/gmail_listener.py