Use softfloat abi in the target spec for aarch64

This allows removing the -Csoft-float argument when building.
This commit is contained in:
bjorn3
2024-09-02 16:30:38 +02:00
committed by Jeremy Soller
parent 441385ddb2
commit d43eb74da3
+1
View File
@@ -1,5 +1,6 @@
{
"llvm-target": "aarch64-unknown-none",
"abi": "softfloat",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",