mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-04 16:50:13 +00:00
12 lines
350 B
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
|