commit | 32f9fe7fab642378767318d971d7bcc7df47dab9 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Nov 20 09:00:46 2014 -0800 |
committer | Dan Albert <danalbert@google.com> | Thu Nov 20 13:17:35 2014 -0800 |
tree | ddce6db8af04aa9d88b5728d95ef6f4fb7508311 | |
parent | 92242c704846f28932e555dba800f4a701063896 [diff] |
Global C++11 compatibility. Our build system compiles flex/bison as C++ rather than C, but a few projects add `-x c` to their flags, forcing the compiler to compile them as C. This causes the compiler to reject the global C++ standard flag, so we need to explicitly provide a C standard flag to override it. Bug: 18466763 Change-Id: Id68ad9317261ed4d857a949b07288bd137ff6303