summaryrefslogtreecommitdiff
path: root/sysdeps/sparc64/Makefile
blob: 48a86c6acb6df1d354c6f501f70fc46d1515703b (plain)
1
2
3
4
5
6
7
8
9
10
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