summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorkargl <kargl@FreeBSD.org>2012-07-23 19:23:49 +0000
committerkargl <kargl@FreeBSD.org>2012-07-23 19:23:49 +0000
commit615f9f5c414aac0d6075e7b8e042f07122fe6c05 (patch)
treea4a49205a4a36d17ad64a9a974c5eee007bac352 /lib/msun
parentb9c519314fc0e5f609a92ad85744ae9ce2866697 (diff)
downloadFreeBSD-src-615f9f5c414aac0d6075e7b8e042f07122fe6c05.zip
FreeBSD-src-615f9f5c414aac0d6075e7b8e042f07122fe6c05.tar.gz
Hook ld80/s_expl.c or ld128/s_expl.c into the building of libm.
PR: standards/152415 Approved by: das (mentor)
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index 0646dc0..a1ec6c9 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -94,7 +94,7 @@ COMMON_SRCS+= e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
e_hypotl.c e_remainderl.c e_sqrtl.c \
invtrig.c k_cosl.c k_sinl.c k_tanl.c \
s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
- s_csqrtl.c s_exp2l.c s_floorl.c s_fmal.c \
+ s_csqrtl.c s_exp2l.c s_expl.c s_floorl.c s_fmal.c \
s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \
s_remquol.c s_rintl.c s_scalbnl.c \
s_sinl.c s_tanl.c s_truncl.c w_cabsl.c
OpenPOWER on IntegriCloud