OSDN Git Service

Skip Clang's integrated-as for hand-coded assembly
authorPirama Arumuga Nainar <pirama@google.com>
Sat, 25 Jun 2016 19:53:06 +0000 (12:53 -0700)
committerPirama Arumuga Nainar <pirama@google.com>
Mon, 27 Jun 2016 22:09:05 +0000 (15:09 -0700)
commit8d414dd2b1d9503f6d4b3d9310796be50a824ede
treec6200127bdfb8ba23d3e7d35ad6ff170fd27b6e6
parent36ad0207d67ef395b003dbf75d2c0193d3b8e093
Skip Clang's integrated-as for hand-coded assembly

Bug: http://b/28149048
Bug: http://b/29771478

Clang recently switched to using integrated assembler for Mips.
However, it fails to compile some of the hand-coded assembly files in
bionic.  Disable integrated-as for the time being.

Change-Id: I2eed4391f6827224da74383387bdd9105de5a857
libc/Android.bp