From 84385222e20db1d69f25fcefe62fe6cc6221c342 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 4 Oct 2025 08:21:00 -0600 Subject: [PATCH] Use x86-softfloat rustc-abi for x86_64 target --- targets/x86_64-unknown-kernel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/x86_64-unknown-kernel.json b/targets/x86_64-unknown-kernel.json index 440b4108bc..63a6af7b7c 100644 --- a/targets/x86_64-unknown-kernel.json +++ b/targets/x86_64-unknown-kernel.json @@ -20,5 +20,6 @@ "exe-suffix": "", "has-rpath": false, "no-default-libraries": true, - "position-independent-executables": false + "position-independent-executables": false, + "rustc-abi": "x86-softfloat" }