about summary refs log tree commit diff
path: root/math/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-20 10:05:20 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-04-17 11:40:44 -0300
commitc10dde0d2a6373f6e7688e93a5c9db58162ddb1f (patch)
tree0fa96895eda02c5513715583ea9b29e41bbacc94 /math/Makefile
parent4b850b1f29648f666a2fa8ceed639132830e169c (diff)
downloadglibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.gz
glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.xz
glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.zip
Remove __NO_MATH_INLINES
With fenvinline.h removal the flag is not used anymore.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/math/Makefile b/math/Makefile
index 1d6413a978..62667d9186 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -613,10 +613,6 @@ endef
 object-suffixes-left := $(all-object-suffixes)
 include $(o-iterator)
 
-# We don't want the fdlibm code to use the inline math functions,
-# only the fdlibm code.
-math-CPPFLAGS += -D__NO_MATH_INLINES
-
 ifneq ($(long-double-fcts),yes)
 # The `double' and `long double' types are the same on this machine.
 # We won't compile the `long double' code at all.  Tell the `double' code