commit | deba48b32d593851724bdce88dd9b754c4722645 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Fri Aug 03 17:25:20 2012 -0700 |
committer | Stephen Hines <srhines@google.com> | Fri Aug 03 18:22:57 2012 -0700 |
tree | c0e5b2495b313dde9b0f92594539d7c65c615192 | |
parent | c1f268626608d7cc8265623897a513afae82316b [diff] |
Switch back to LOCAL_CLANG with -std=gnu89. The root issue here is that Clang was defaulting to gnu99, which has different semantics for inline functions (that are not in fact bugs). Switching back to gnu89 (like gcc was defaulting to) resolves the link problem. Change-Id: I4fa786aff18ef3f435f83b4a5f1a3ee9dc039432