From 700628d54512e4860e14a723bd29205500760616 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Wed, 2 Feb 2022 10:55:17 +0100 Subject: [PATCH] Add soft fpu units to buildrtl also for aros and morphos --- rtl/aros/buildrtl.pp | 2 +- rtl/morphos/buildrtl.pp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rtl/aros/buildrtl.pp b/rtl/aros/buildrtl.pp index ffbd14e0db..cc6310235c 100644 --- a/rtl/aros/buildrtl.pp +++ b/rtl/aros/buildrtl.pp @@ -5,7 +5,7 @@ unit buildrtl; uses si_prc, athreads, dos, sysutils, - + softfpu, sfpux80, ufloatx80, sfpu128, ufloat128, ctypes, strings, rtlconsts, sysconst, math, types, lineinfo, diff --git a/rtl/morphos/buildrtl.pp b/rtl/morphos/buildrtl.pp index d8ac665cf1..6c08c0973c 100644 --- a/rtl/morphos/buildrtl.pp +++ b/rtl/morphos/buildrtl.pp @@ -5,6 +5,7 @@ unit buildrtl; uses si_prc, athreads, dos, sysutils, + softfpu, sfpux80, ufloatx80, sfpu128, ufloat128, ctypes, strings, rtlconsts, sysconst, math, types,