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

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