blob: 6988a1d3964480146a298e2dcaaad0d4779dc621 (
plain)
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
|