rust: Drop v8.1a tune for aarch64
Building for "+v8.1a" breaks on (at least) Cortex A53 (Armv8-A) on
startup with `Illegal instruction`.
Fixes: 26609f46d9 ("rust.inc: use 'v8.1a' feature when building for aarch64 instead of 'v8'")
This commit is contained in:
@@ -66,9 +66,6 @@ def llvm_features_from_tune(d):
|
||||
if 'neon' in feat:
|
||||
f.append("+neon")
|
||||
|
||||
if 'aarch64' in feat:
|
||||
f.append("+v8.1a")
|
||||
|
||||
if 'mips32' in feat:
|
||||
f.append("+mips32")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user