commit | 2c5ec51ea564705b02dcb6aeff6a56722cc3890f | [log] [tgz] |
---|---|---|
author | khasim.mohammed <[email protected]> | Fri May 13 13:47:00 2016 |
committer | Commit bot <[email protected]> | Fri May 13 13:49:38 2016 |
tree | e2f97686ec6fcb5eb09c3e55a8683545e34d8dac | |
parent | 3956a6dd16fee36fcd6a5ec2be46267cb35a1a3f [diff] |
Build 64bit browser for Android with clang for ARMv8 This series is to a) Add my name to AUTHORS I have few patches to submit to fix the chromium 64bit browser build for ARMv8 with clang. b) Fix FPCR access for 64bit clang compilation Compilation fails as the MSR and MRS instructions access the FPCR register in 32bit mode. c) Fix Build.gn and config files To build 64bit browser for Android with clang for ARMv8 BUG : http://crbug.com/539781 Signed-off-by: Bernhard Rosenkränzer <[email protected]> Signed-off-by: Khasim Syed Mohammed <[email protected]> BUG=539781 [email protected] TEST=download apk to ARMv8 board and launch Review-Url: https://codereview.chromium.org/1888763002 Cr-Commit-Position: refs/heads/master@{#393517}