Use softfloat abi in the target spec for aarch64
This allows removing the -Csoft-float argument when building.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"llvm-target": "aarch64-unknown-none",
|
||||
"abi": "softfloat",
|
||||
"target-endian": "little",
|
||||
"target-pointer-width": "64",
|
||||
"target-c-int-width": "32",
|
||||
|
||||
Reference in New Issue
Block a user