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:
@@ -24,6 +24,7 @@ local genericSources =
|
|||||||
mpn2dbl.c mpn2flt.c mpn2ldbl.c
|
mpn2dbl.c mpn2flt.c mpn2ldbl.c
|
||||||
mul.c mul_n.c
|
mul.c mul_n.c
|
||||||
|
|
||||||
|
s_cacos.c s_cacosf.c #s_cacosl.c
|
||||||
#s_cacoshl.c
|
#s_cacoshl.c
|
||||||
s_casin.c s_casinf.c #s_casinl.c
|
s_casin.c s_casinf.c #s_casinl.c
|
||||||
s_casinh.c s_casinhf.c #s_casinhl.c
|
s_casinh.c s_casinhf.c #s_casinhl.c
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ local generics =
|
|||||||
fmax.c fmaxf.c fmaxl.c
|
fmax.c fmaxf.c fmaxl.c
|
||||||
fmin.c fminf.c fminl.c
|
fmin.c fminf.c fminl.c
|
||||||
fmod.c fmodf.c fmodl.c
|
fmod.c fmodf.c fmodl.c
|
||||||
|
__fpclassify.c __fpclassifyf.c __fpclassifyl.c
|
||||||
frexp.c frexpf.c frexpl.c
|
frexp.c frexpf.c frexpl.c
|
||||||
hypot.c hypotf.c hypotl.c
|
hypot.c hypotf.c hypotl.c
|
||||||
ilogb.c ilogbf.c ilogbl.c
|
ilogb.c ilogbf.c ilogbl.c
|
||||||
|
|||||||
Reference in New Issue
Block a user