about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/fpu/Makefile
blob: 05075c2a75c294c325e43708b94b1b3599f86166 (plain) (blame)
1
2
3
4
5
6
7
ifeq ($(subdir),math)
# lrintf and llrintf are aliased to llrint, so suppress compiler builtins to
# avoid mismatched signatures.
CFLAGS-s_llrint.c += -fno-builtin-lrintf -fno-builtin-llrintf
# Same as before but for lroundf and llroundf
CFLAGS-s_llround.c += -fno-builtin-lroundf -fno-builtin-llroundf
endif