about summary refs log tree commit diff
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, 0 insertions, 11 deletions
diff --git a/sysdeps/sparc64/Makefile b/sysdeps/sparc64/Makefile
deleted file mode 100644
index 48a86c6acb..0000000000
--- a/sysdeps/sparc64/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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