From c10dde0d2a6373f6e7688e93a5c9db58162ddb1f Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 20 Mar 2020 10:05:20 -0300 Subject: Remove __NO_MATH_INLINES With fenvinline.h removal the flag is not used anymore. Checked on x86_64-linux-gnu. --- math/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'math/Makefile') 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 -- cgit 1.4.1