blob: 65b7aa94ce00807ec96029dfcfc0d668b261221f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# The i387 `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
ifeq ($(subdir),gmon)
sysdep_routines += _mcount
endif
|