libroot: add fpclassify & s_cacos to the PPC build

This fixes part of the PPC build process

Change-Id: I2321e9bf8a080f5973794da6ea0d69536dfdec6b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9139
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
zeldakatze
2025-03-20 19:25:55 +00:00
committed by waddlesplash
parent cd7aab83d1
commit cca890220c
2 changed files with 2 additions and 0 deletions
@@ -24,6 +24,7 @@ local genericSources =
mpn2dbl.c mpn2flt.c mpn2ldbl.c
mul.c mul_n.c
s_cacos.c s_cacosf.c #s_cacosl.c
#s_cacoshl.c
s_casin.c s_casinf.c #s_casinl.c
s_casinh.c s_casinhf.c #s_casinhl.c
@@ -33,6 +33,7 @@ local generics =
fmax.c fmaxf.c fmaxl.c
fmin.c fminf.c fminl.c
fmod.c fmodf.c fmodl.c
__fpclassify.c __fpclassifyf.c __fpclassifyl.c
frexp.c frexpf.c frexpl.c
hypot.c hypotf.c hypotl.c
ilogb.c ilogbf.c ilogbl.c