aboutsummaryrefslogtreecommitdiff
path: root/m4/ax_prog_cxx_for_build.m4
AgeCommit message (Collapse)Author
2019-08-24Re-apply merge of tag v3.5.2Colin Cross
v3.5.2 was previously merged in Ia1b9174f7e3ac5c2d86ea7370d5c6c3ef1a37300 and then reverted as part of Ia04c0b15ebd45e8c7e02edaa6e1f10aeb11ef337, which leaves v3.5.2 in the history but v3.0.0-beta3 in the tree. Reapply the merge to v3.5.2 so that v3.9.1 can be merged on top of it. Bug: 117607748 Test: m checkbuild Change-Id: I77a2c0638b00487d3acfbf3c0d634f26caf5b9be
2018-11-04Revert "Merge changes from topic "protobuf3.5.2""Colin Cross
This reverts commit 584979bf55601bd23e533d704a75cd0e95af66b9, reversing changes made to 219bbcdcd5b1dbf19758ff2e75d971b98215896d: Remove libprotobuf-java-lite Update stubs Revert "Wrap liblog dependency in GOOGLE_PROTOBUF_MIN_LOG_LEVEL" Update javamicro to compile against v3.5.2 Update Android.bp to match BUILD Rerun configure Merge tag 'v3.5.2' into master Revert "Remove 2 usage of isspace as they are not stl port compatible" Revert "Use GOOGLE_CHECK Macro for validation" Revert "Emit macros with proper parentheses." Revert "Generate syntactically correct java for imports from classes with no packages." Revert "Fix some unused parameter warnings" Revert "protobuf: work around a static analyzer bug" Revert "Suppress clang-analyzer-core.uninitialized.UndefReturn warning." Change-Id: Ia04c0b15ebd45e8c7e02edaa6e1f10aeb11ef337
2017-01-03Fixed cross compilations with the Autotools buildAdam Cozzette
Pull request #2517 caused cross compilations to start failing, because the js_embed binary was being built to run on the target platform instead of on the build machine. This change updates the Autotools build to use the AX_PROG_CXX_FOR_BUILD macro to find a suitable compiler for the build machine and always use that when building js_embed.