]> xenbits.xensource.com Git - unikraft/libs/compiler-rt.git/commit
Split off functionality that relies on libm
authorAndrei Tatar <andrei@unikraft.io>
Tue, 25 Jul 2023 14:39:21 +0000 (16:39 +0200)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 16:19:14 +0000 (16:19 +0000)
commit4e351e66c37711a84f4807bbefeb1470b9bc8a20
tree877439da71a427f1c2cbc9aed3b15731a6cac2ea
parent70bac651c90bf0582a2939fae502feb94032312f
Split off functionality that relies on libm

Previously some parts of compiler-rt depended on functions provided by a
math library, commonly supplied together with a real libc.
This change sections off the parts dependent on libm, allowing a minimal
compiler-rt to be built with nolibc alone.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #18
Config.uk
Makefile.uk