Closed
Description
When doing a fullbuild, I noticed some math functions aren't being built into the resulting libc.a (such as atan2f #86137).
-- Skipping libc entrypoint libc.src.math.acos.
-- Skipping libc entrypoint libc.src.math.acosh.
-- Skipping libc entrypoint libc.src.math.asin.
-- Skipping libc entrypoint libc.src.math.asinh.
-- Skipping libc entrypoint libc.src.math.atan.
-- Skipping libc entrypoint libc.src.math.atan2.
-- Skipping libc entrypoint libc.src.math.atanh.
-- Skipping libc entrypoint libc.src.math.cosh.
-- Skipping libc entrypoint libc.src.math.erf.
-- Skipping libc entrypoint libc.src.math.pow.
-- Skipping libc entrypoint libc.src.math.sincos.
-- Skipping libc entrypoint libc.src.math.sinh.
-- Skipping libc entrypoint libc.src.math.tanh.
-- Skipping libc entrypoint libc.src.math.tgamma.
-- Skipping libc entrypoint libc.src.math.tgammaf.
were listed as being skipped (atan2f wasn't even in that list). I have libmpfr-dev
installed (that shouldn't matter either way), but perhaps something else is going wrong with our dependencies, and only in fullbuild mode?