diff options
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 4 |
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 |