From 764345e18cb4bfb2e8a7bf082c9895605ff20bad Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 18 Jan 2020 23:11:46 -0600 Subject: [PATCH] libroot/posix: No long doubles on ppc Change-Id: I1cdc589984f7c44129cef4e82b08fe4e7a257e34 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2126 Reviewed-by: waddlesplash Reviewed-by: Alex von Gluck IV --- .../libroot/posix/glibc/arch/ppc/Jamfile | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/system/libroot/posix/glibc/arch/ppc/Jamfile b/src/system/libroot/posix/glibc/arch/ppc/Jamfile index e552130d64..1d62f60592 100644 --- a/src/system/libroot/posix/glibc/arch/ppc/Jamfile +++ b/src/system/libroot/posix/glibc/arch/ppc/Jamfile @@ -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 ;