about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/fpu/Makefile
blob: 6988a1d3964480146a298e2dcaaad0d4779dc621 (plain) (blame)
1
2
3
4
5
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
endif