]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/ieee754/ldbl-128ibm/Makefile
Add canonicalize, canonicalizef, canonicalizel.
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-128ibm / Makefile
CommitLineData
f964490f
RM
1# The`long double' type is a distinct type we support if
2# -mlong-double-128 option is used (or when it becomes a default
3# when -mlong-double-64 is not used).
4long-double-fcts = yes
5sysdep-CFLAGS += -mlong-double-128
909f8e14
JM
6
7ifeq ($(subdir),stdlib)
8tests += tst-strtold-ldbl-128ibm
9$(objpfx)tst-strtold-ldbl-128ibm: $(libm)
10endif
0fed79a8
JM
11
12ifeq ($(subdir),math)
cc408401 13tests += test-fmodl-ldbl-128ibm test-remainderl-ldbl-128ibm \
eaf5ad0b 14 test-remquol-ldbl-128ibm test-canonical-ldbl-128ibm \
5e9d98a3 15 test-totalorderl-ldbl-128ibm
0fed79a8 16endif