History log of /frameworks/compile/libbcc/bcinfo/tools/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3133a889e9e3e78ec2a80ed653c328d3f61fcf35 13-Mar-2014 Andrew Hsieh <andrewhsieh@google.com> Fix build with new host toolchain

bcinfo links -lbcinfo which needs libpthread.so.

HOST_TOOLCHAIN_PREFIX=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/bin/x86_64-linux- mm

external/llvm/lib/Support/Mutex.cpp:53: error: undefined reference to 'pthread_mutexattr_init'
external/llvm/lib/Support/Mutex.cpp:59: error: undefined reference to 'pthread_mutexattr_settype'
...

Change-Id: Idd45ef3c28f9210d494bc0499a3934cf74a4220e
/frameworks/compile/libbcc/bcinfo/tools/Android.mk
c3bdd2fd1b950a2f1bd1da54104114087a3456d6 30-Jul-2012 Joe Onorato <joeo@google.com> Host modules are automatically installed. Can't have tags anymore.

Change-Id: I42b82954d6e60143b2241e22454cca667875d555
/frameworks/compile/libbcc/bcinfo/tools/Android.mk
e126b62760b4bf115cfed162f0234e4e722011df 01-Jun-2012 Stephen Hines <srhines@google.com> Emit translated bitcode directly from bcinfo.

Change-Id: I6ccbdef189898668f1e60cac429307d83c655463
/frameworks/compile/libbcc/bcinfo/tools/Android.mk
998ec839672c0cf56945c860a7cf9e29864599af 21-Nov-2011 Andrew Hsieh <andrewhsieh@google.com> Enhance host bcc to allow cross-compilation (eg. debug arm codegen on host):
eg. bcc -C armv7-none-linux-gnueabi # generate ARMv7
bcc -C i686-unknown-linux # generate x86 (default on Goobuntu)
Other targets are not supported at this moment.

Change-Id: If2f1199656664327cf35cf6a3670136f48c42cad
/frameworks/compile/libbcc/bcinfo/tools/Android.mk
932bc6e35bcef7adff05d890a9dcc7212426fb6a 28-Jul-2011 Stephen Hines <srhines@google.com> Provide legacy bitcode translation mechanism.

BUG=4942491

Change-Id: I73e96ef7f27bbaa8740cad70a4b93a1e5137e87b
/frameworks/compile/libbcc/bcinfo/tools/Android.mk