Add totalorder, totalorderf, totalorderl.
[glibc.git] / sysdeps / ieee754 / ldbl-128ibm / Makefile
blobeb625a72342393c25ce048962cb1b8d30c9138f9
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).
4 long-double-fcts = yes
5 sysdep-CFLAGS += -mlong-double-128
7 ifeq ($(subdir),stdlib)
8 tests += tst-strtold-ldbl-128ibm
9 $(objpfx)tst-strtold-ldbl-128ibm: $(libm)
10 endif
12 ifeq ($(subdir),math)
13 tests += test-fmodl-ldbl-128ibm test-remainderl-ldbl-128ibm \
14 test-remquol-ldbl-128ibm test-iscanonical-ldbl-128ibm \
15 test-totalorderl-ldbl-128ibm
16 endif