mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 08:11:08 +00:00
9 lines
251 B
Makefile
9 lines
251 B
Makefile
|
ifeq ($(subdir),math)
|
||
|
CFLAGS-e_sqrtf.c += -fno-math-errno
|
||
|
CFLAGS-e_sqrt.c += -fno-math-errno
|
||
|
CFLAGS-s_lroundf.c += -fno-math-errno
|
||
|
CFLAGS-s_lround.c += -fno-math-errno
|
||
|
CFLAGS-s_llroundf.c += -fno-math-errno
|
||
|
CFLAGS-s_llround.c += -fno-math-errno
|
||
|
endif
|