From e5165df64874d223ab21c1798cfd914c02001580 Mon Sep 17 00:00:00 2001 From: David Karoly Date: Sat, 23 Apr 2022 20:06:45 +0200 Subject: [PATCH] docs/arm: remove TODO item for soft-float soft-float/hard-float mismatch issues are tackled by introducing libgcc-boot, libgcc_eh-boot, libsupc++-boot libraries in the gcc_bootstrap package Change-Id: I4d3eff12c4c78804cd1dd32d6c1c5c8a9b5ad51a Reviewed-on: https://review.haiku-os.org/c/haiku/+/5238 Reviewed-by: Adrien Destugues --- docs/develop/kernel/arch/arm/overview.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/develop/kernel/arch/arm/overview.rst b/docs/develop/kernel/arch/arm/overview.rst index 3d3c0e6ca1..b24d1556c3 100644 --- a/docs/develop/kernel/arch/arm/overview.rst +++ b/docs/develop/kernel/arch/arm/overview.rst @@ -57,10 +57,6 @@ switches at build time, however, they aren't passed on to haikuporter during the bootstrap build, leading to the ports failing to find the gcc atomic ops again. -It seems this create other problems, mainly because the UEFI environment for ARM is not supposed to -handle floating point registers. So, the softfloat ABI should be used there instead. To be able -to build both "soft float" and "hard float" code, we need multilib support, see below. - Determine how to handle atomic functions on ARM ***********************************************