aarch64: Use target-feature for NEON insn suppression and tpidr_el1 use

This commit is contained in:
Robin Randhawa
2021-01-15 12:29:28 +00:00
committed by Jeremy Soller
parent aa3839605f
commit 252ec24905

View File

@@ -13,7 +13,7 @@
"pre-link-args": {
"gcc": ["-m64", "-nostdlib", "-static"]
},
"features": "+a53,+strict-align,-fp-armv8",
"features": "+strict-align,-neon,-fp-armv8,+tpidr-el1",
"dynamic-linking": false,
"executables": false,
"relocation-model": "pic",