about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/fpu/Makefile
blob: b8b6bb0fa2efcf8c6876463f5e83fd5a11f3461a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
ifeq ($(subdir),math)
# lrint is aliased to lrintf, so suppress compiler builtins to
# avoid mismatched signatures.
CFLAGS-s_lrint.c += -fno-builtin-lrintf
CFLAGS-s_lround.c += -fno-builtin-lroundf
endif

ifeq ($(subdir),misc)
sysdep_routines += fprsave fprrest
endif