libroot/posix: No long doubles on ppc

Change-Id: I1cdc589984f7c44129cef4e82b08fe4e7a257e34
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2126
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
This commit is contained in:
Alexander von Gluck IV 2020-01-18 23:11:46 -06:00 committed by waddlesplash
parent 2de6164042
commit 764345e18c

View File

@ -24,24 +24,24 @@ local genericSources =
mpn2dbl.c mpn2flt.c mpn2ldbl.c
mul.c mul_n.c
s_clog.c s_clogf.c s_clogl.c
s_csqrt.c s_csqrtf.c s_csqrtl.c
s_cacos.c s_cacosf.c s_cacosl.c
s_cacosh.c s_cacoshf.c s_cacoshl.c
s_casin.c s_casinf.c s_casinl.c
s_casinh.c s_casinhf.c s_casinhl.c
s_catan.c s_catanf.c s_catanl.c
s_catanh.c s_catanhf.c s_catanhl.c
s_csin.c s_csinf.c s_csinl.c
s_csinh.c s_csinhf.c s_csinhl.c
s_ctan.c s_ctanf.c s_ctanl.c
s_ctanh.c s_ctanhf.c s_ctanhl.c
s_ccos.c s_ccosf.c s_ccosl.c
s_ccosh.c s_ccoshf.c s_ccoshl.c
s_cexp.c s_cexpf.c s_cexpl.c
s_clog10.c s_clog10f.c s_clog10l.c
s_cpow.c s_cpowf.c s_cpowl.c
s_cproj.c s_cprojf.c s_cprojl.c
s_clog.c s_clogf.c
s_csqrt.c s_csqrtf.c
s_cacos.c s_cacosf.c
s_cacosh.c s_cacoshf.c
s_casin.c s_casinf.c
s_casinh.c s_casinhf.c
s_catan.c s_catanf.c
s_catanh.c s_catanhf.c
s_csin.c s_csinf.c
s_csinh.c s_csinhf.c
s_ctan.c s_ctanf.c
s_ctanh.c s_ctanhf.c
s_ccos.c s_ccosf.c
s_ccosh.c s_ccoshf.c
s_cexp.c s_cexpf.c
s_clog10.c s_clog10f.c
s_cpow.c s_cpowf.c
s_cproj.c s_cprojf.c
;
local architectureObject ;