Closed
Description
$ ./tools/build.py -m release -a arm64 --os=android runtime
...
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S: Assembler messages:
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:28: Error: unknown pseudo-op: `.syntax'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:29: Error: unknown cpu `cortex-a8'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:30: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:40: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:43: Error: unknown pseudo-op: `.fpu'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:44: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:45: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:46: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:47: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:48: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:49: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:50: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:51: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:52: Error: unknown pseudo-op: `.eabi_attribute'
third_party/boringssl/src/crypto/chacha/chacha_vec_arm.S:53: Error: unknown pseudo-op: `.thumb'
chacha_vec.c:59: Error: unknown pseudo-op: `.thumb'
chacha_vec.c:60: Error: unknown pseudo-op: `.thumb_func'
chacha_vec.c:63: Error: junk at end of line, first unrecognized character is `@'
chacha_vec.c:64: Error: junk at end of line, first unrecognized character is `@'
chacha_vec.c:65: Error: unknown mnemonic `push' -- `push {r4,r5,r6,r7,r8,r9,r10,fp,lr}'
chacha_vec.c:66: Error: operand 1 should be an integer register -- `mov r8,r3'
Etc.