Skip to content
Snippets Groups Projects
Verified Commit 593959a7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Allow fp-armv8 in order to compile for aarch64 on new nightly

parent c9698b5d
Branches master
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
"vendor": "unknown",
"linker": "rust-lld",
"linker-flavor": "gnu-lld",
"features": "+strict-align,-neon,-fp-armv8,+tpidr-el1",
"features": "+strict-align,-neon,+fp-armv8,+tpidr-el1",
"dynamic-linking": false,
"executables": true,
"relocation-model": "pic",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment