aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile
index 9edea26c0e..7a456da7a2 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -67,7 +67,7 @@ libm-calls = \
s_nextafterF s_nexttowardF s_rintF s_scalblnF \
s_significandF s_sinF s_tanF s_tanhF \
w_expF \
- w_lgammaF w_lgammaF_r \
+ w_lgammaF \
s_fpclassifyF s_truncF \
s_remquoF e_log2F e_exp2F s_roundF s_nearbyintF s_sincosF \
s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F \
@@ -83,7 +83,8 @@ libm-compat-calls-auto = \
w_fmodF_compat w_hypotF_compat w_j0F_compat w_j1F_compat \
w_jnF_compat w_log2F_compat w_log10F_compat w_logF_compat \
w_powF_compat w_remainderF_compat w_scalbF_compat \
- w_sinhF_compat w_sqrtF_compat w_tgammaF_compat
+ w_sinhF_compat w_sqrtF_compat w_tgammaF_compat \
+ w_lgammaF_r_compat
libm-compat-calls-ldouble-yes = w_lgamma_compatl k_standardl
libm-compat-calls = w_lgamma_compatf w_lgamma_compat k_standard k_standardf \