summaryrefslogtreecommitdiff
path: root/sysdeps/sparc64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc64/Makefile')
-rw-r--r--sysdeps/sparc64/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysdeps/sparc64/Makefile b/sysdeps/sparc64/Makefile
new file mode 100644
index 0000000000..48a86c6acb
--- /dev/null
+++ b/sysdeps/sparc64/Makefile
@@ -0,0 +1,11 @@
+# The Sparc`long double' is a distinct type we support.
+#long-double-fcts = yes
+
+# But the support for ieee quads is so bad we just skip the whole thing.
+# XXX This is only a temporary hack.
+omit-long-double-fcts = yes
+
+# But we do need these few functions to even link stdio proggies
+ifeq ($(subdir),math)
+sysdep_routines += s_isinfl s_isnanl
+endif