about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/ieee754/ldbl-128ibm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/ieee754/ldbl-128ibm/Makefile')
-rw-r--r--REORG.TODO/sysdeps/ieee754/ldbl-128ibm/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/ieee754/ldbl-128ibm/Makefile b/REORG.TODO/sysdeps/ieee754/ldbl-128ibm/Makefile
new file mode 100644
index 0000000000..bdba6cc6b5
--- /dev/null
+++ b/REORG.TODO/sysdeps/ieee754/ldbl-128ibm/Makefile
@@ -0,0 +1,16 @@
+# The`long double' type is a distinct type we support if
+# -mlong-double-128 option is used (or when it becomes a default
+# when -mlong-double-64 is not used).
+long-double-fcts = yes
+sysdep-CFLAGS += -mlong-double-128
+
+ifeq ($(subdir),stdlib)
+tests += tst-strtold-ldbl-128ibm
+$(objpfx)tst-strtold-ldbl-128ibm: $(libm)
+endif
+
+ifeq ($(subdir),math)
+tests += test-fmodl-ldbl-128ibm test-remainderl-ldbl-128ibm \
+	 test-remquol-ldbl-128ibm test-canonical-ldbl-128ibm \
+	 test-totalorderl-ldbl-128ibm
+endif