Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Android: Suppress implicit -lstdc++ linker flag | Brad King | 2018-04-03 | 1 | -0/+3 |
| | | | | | | | | | | The chosen STL libraries are already linked explicitly so we shouldn't let the compiler add its implicit `-lstdc++` (the default) when invoking the linker. Fixes: #17863 NDK-Issue: https://github.com/android-ndk/ndk/issues/105 Inspired-by: Tom Hughes <tomtheengineer@gmail.com> | ||||
* | Android: Add placeholders for platform-specific compiler settings | Brad King | 2016-08-12 | 1 | -0/+2 |
Add infrastructure modules to be loaded for Clang and GNU compilers when targeting Android platforms. |