about summary refs log tree commit diff
path: root/math/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-17 13:58:10 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-19 11:45:44 -0300
commita8ce8222343933d28665e1687ab8862c0664d9f7 (patch)
tree3b58d46a38afd18d65ed8f418ea06b9362cc2218 /math/Makefile
parenta2ce37b56442331fed0e58f1301d7b60451f75f8 (diff)
downloadglibc-a8ce8222343933d28665e1687ab8862c0664d9f7.tar.gz
glibc-a8ce8222343933d28665e1687ab8862c0664d9f7.tar.xz
glibc-a8ce8222343933d28665e1687ab8862c0664d9f7.zip
Remove __LIBC_INTERNAL_MATH_INLINES
With m68k mathinline.h removal the flag is not used anymore.

Checked with a m68k-linux-gnu build/check.
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index b1739ab416..e17bc50df3 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -643,7 +643,7 @@ 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 -D__LIBC_INTERNAL_MATH_INLINES
+math-CPPFLAGS += -D__NO_MATH_INLINES
 
 ifneq ($(long-double-fcts),yes)
 # The `double' and `long double' types are the same on this machine.