glibc/sysdeps/sparc64/Makefile

12 lines
350 B
Makefile

# 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