Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | external/boringssl: try to fix aarch64+Clang. | Adam Langley | 2015-04-18 | 1 | -4/+1 |
| | | | | | | | | | | | | It appears that the version of Clang in Android doesn't support the .arch_extension directive. This change removes the .arch and .arch_extension lines (because they are triggering errors) and adds a -march option on the command line instead. The aarch64+Clang build is still broken with this change, but it's broken in binder rather than BoringSSL with it. Change-Id: I32c557bdfde4df66d26794ccdd650356f2bbaf8f | ||||
* | Use a different arch feature indicator for clang | Kenny Root | 2015-04-18 | 1 | -1/+9 |
| | | | | | | | | Clang doesn't currently understand the ".arch armv8-a+crypto" syntax and instead requires the specification of ".arch_extension" to enable the crypto functionality. Change-Id: Ib7bab562055e7c7925a47030044479ec172d0a34 | ||||
* | Initial commit of BoringSSL for Android. | Adam Langley | 2015-01-30 | 10 | -0/+21454 |