diff --git a/src/system/libroot/posix/glibc/arch/arm/Jamfile b/src/system/libroot/posix/glibc/arch/arm/Jamfile index 4de586b6fe..f3ec38d270 100644 --- a/src/system/libroot/posix/glibc/arch/arm/Jamfile +++ b/src/system/libroot/posix/glibc/arch/arm/Jamfile @@ -29,24 +29,24 @@ local genericSources = lshift.c rshift.c sub_n.c submul_1.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 ;