From 5f348a3540a5151bf4c8c4a4a8f34f74f3d53b09 Mon Sep 17 00:00:00 2001 From: Antoine Clarman Date: Mon, 6 Jul 2026 09:54:22 +0200 Subject: [PATCH] chore(target): fix build --- arch/x86/target.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/target.json b/arch/x86/target.json index 13d3c94..aa3eb02 100644 --- a/arch/x86/target.json +++ b/arch/x86/target.json @@ -19,5 +19,5 @@ }, "disable-redzone": true, "features": "-mmx,-sse,+soft-float", - "rustc-abi": "x86-softfloat" + "rustc-abi": "softfloat" }