]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Config.uk: Select libcompiler-rt for libcomplex
authorAndrei Tatar <andrei@unikraft.io>
Tue, 8 Aug 2023 10:20:07 +0000 (12:20 +0200)
committerUnikraft <monkey@unikraft.io>
Wed, 9 Aug 2023 10:30:54 +0000 (10:30 +0000)
commitfe5548846ad74f79d5303ef4d7ad0ca7d0fd3f6b
treec90bbe5549e29568cd4f0462a6d832990b7ff980
parent895a7894246586d287a9dafc01eb9d6f890a1d49
Config.uk: Select libcompiler-rt for libcomplex

The cpow* functions provided by libcomplex make use of the `__mul?c3`
functions, implemented by libcompiler-rt, when building with either
Clang or GCC.
Therefore, this change makes musl unconditionally select libcompiler-rt
when building libcomplex.

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: #64
Config.uk