mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 18:10:11 +00:00
8 lines
168 B
Makefile
8 lines
168 B
Makefile
# The Sparc `long double' is a distinct type we support.
|
|
long-double-fcts = yes
|
|
|
|
ifeq ($(subdir),csu)
|
|
sysdep_routines += hp-timing
|
|
elide-routines.os += hp-timing
|
|
endif
|