mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Remove __LIBC_INTERNAL_MATH_INLINES
With m68k mathinline.h removal the flag is not used anymore. Checked with a m68k-linux-gnu build/check.
This commit is contained in:
parent
a2ce37b564
commit
a8ce822234
@ -643,7 +643,7 @@ include $(o-iterator)
|
|||||||
|
|
||||||
# We don't want the fdlibm code to use the inline math functions,
|
# We don't want the fdlibm code to use the inline math functions,
|
||||||
# only the fdlibm code.
|
# 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)
|
ifneq ($(long-double-fcts),yes)
|
||||||
# The `double' and `long double' types are the same on this machine.
|
# The `double' and `long double' types are the same on this machine.
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#define TEST_ERRNO 0
|
#define TEST_ERRNO 0
|
||||||
#define TEST_EXCEPTIONS 0
|
#define TEST_EXCEPTIONS 0
|
||||||
|
|
||||||
#undef __LIBC_INTERNAL_MATH_INLINES
|
|
||||||
#ifdef __NO_MATH_INLINES
|
#ifdef __NO_MATH_INLINES
|
||||||
# undef __NO_MATH_INLINES
|
# undef __NO_MATH_INLINES
|
||||||
#endif
|
#endif
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
<https://www.gnu.org/licenses/>. */
|
<https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#undef _LIBC
|
#undef _LIBC
|
||||||
#undef __LIBC_INTERNAL_MATH_INLINES
|
|
||||||
#undef _GNU_SOURCE
|
#undef _GNU_SOURCE
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user