From d43eb74da3e15c5e40749b5f66bc5216180223b5 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:30:38 +0200 Subject: [PATCH] Use softfloat abi in the target spec for aarch64 This allows removing the -Csoft-float argument when building. --- targets/aarch64-unknown-kernel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/aarch64-unknown-kernel.json b/targets/aarch64-unknown-kernel.json index 12a526c8ac..e45007ae4f 100644 --- a/targets/aarch64-unknown-kernel.json +++ b/targets/aarch64-unknown-kernel.json @@ -1,5 +1,6 @@ { "llvm-target": "aarch64-unknown-none", + "abi": "softfloat", "target-endian": "little", "target-pointer-width": "64", "target-c-int-width": "32",