mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
aarch64: Remove fpu Makefile
The -fno-math-errno is already added by default and the minimum required GCC to build glibc (6.2) make the -ffinite-math-only superflous. Checked on aarch64-linux-gnu.
This commit is contained in:
parent
9f21672b89
commit
ea04f02131
@ -1,14 +0,0 @@
|
||||
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
|
||||
# GCC 4.9 and 5 requires the flag to correct emits a f{max,min}nm
|
||||
# for a __builtin_{fmax,fmin}{f}.
|
||||
CFLAGS-s_fmax.c += -ffinite-math-only
|
||||
CFLAGS-s_fmaxf.c += -ffinite-math-only
|
||||
CFLAGS-s_fmin.c += -ffinite-math-only
|
||||
CFLAGS-s_fminf.c += -ffinite-math-only
|
||||
endif
|
Loading…
Reference in New Issue
Block a user