summaryrefslogtreecommitdiffstats
path: root/linux-aarch64
Commit message (Collapse)AuthorAgeFilesLines
* external/boringssl: bump revision.Adam Langley2015-05-125-841/+982
| | | | | | This change bumps the BoringSSL revision to the current tip-of-tree. Change-Id: I91d5bf467e16e8d86cb19a4de873985f524e5faa
* external/boringssl: try to fix aarch64+Clang.Adam Langley2015-04-182-8/+2
| | | | | | | | | | | | 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 clangKenny Root2015-04-182-0/+10
| | | | | | | | 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 Langley2015-01-305-0/+4213