about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-10 13:20:26 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-22 11:09:50 -0300
commitea04f0213135b13d80f568ca2c4127c2ec112537 (patch)
tree650867f740731ed33393988fdda15dd4d0e041bb /sysdeps/aarch64/fpu
parent9f21672b8988ca3a95689f99eee6b485e9263da4 (diff)
downloadglibc-ea04f0213135b13d80f568ca2c4127c2ec112537.tar.gz
glibc-ea04f0213135b13d80f568ca2c4127c2ec112537.tar.xz
glibc-ea04f0213135b13d80f568ca2c4127c2ec112537.zip
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.
Diffstat (limited to 'sysdeps/aarch64/fpu')
-rw-r--r--sysdeps/aarch64/fpu/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysdeps/aarch64/fpu/Makefile b/sysdeps/aarch64/fpu/Makefile
deleted file mode 100644
index 4a182bd6d6..0000000000
--- a/sysdeps/aarch64/fpu/Makefile
+++ /dev/null
@@ -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