summaryrefslogtreecommitdiff
path: root/packages/glibc/2.29/0003-Fix-build-with-GCC-10-when-long-double-double.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-14 08:11:42 (GMT)
committerGitHub <noreply@github.com>2022-02-14 08:11:42 (GMT)
commit681aaef1f1ff39c341fdc529e0db2c14639a58d8 (patch)
treece98c2b3d9648db065d27add325370392a35d584 /packages/glibc/2.29/0003-Fix-build-with-GCC-10-when-long-double-double.patch
parentba680a3e5b8c62a7c1554e71f6d09903dac95a2f (diff)
parent86c2982568de1ad4d4cc12a65b19231331484405 (diff)
Merge pull request #1674 from stilor/master
Updates to make `ct-ng build-all` pass
Diffstat (limited to 'packages/glibc/2.29/0003-Fix-build-with-GCC-10-when-long-double-double.patch')
-rw-r--r--packages/glibc/2.29/0003-Fix-build-with-GCC-10-when-long-double-double.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/packages/glibc/2.29/0003-Fix-build-with-GCC-10-when-long-double-double.patch b/packages/glibc/2.29/0003-Fix-build-with-GCC-10-when-long-double-double.patch
index ca0d8a7..ef5fa4f 100644
--- a/packages/glibc/2.29/0003-Fix-build-with-GCC-10-when-long-double-double.patch
+++ b/packages/glibc/2.29/0003-Fix-build-with-GCC-10-when-long-double-double.patch
@@ -25,14 +25,12 @@ irrelevant for other reasons).
Tested with build-many-glibcs.py for arm-linux-gnueabi (compilers and
glibcs builds), where it fixes the build that previously failed.
---
- math/Makefile | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ math/Makefile | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 122 insertions(+)
-diff --git a/math/Makefile b/math/Makefile
-index 84a8b94c74..0a5a40430e 100644
--- a/math/Makefile
+++ b/math/Makefile
-@@ -650,6 +650,128 @@ ifneq ($(long-double-fcts),yes)
+@@ -657,6 +657,128 @@
# We won't compile the `long double' code at all. Tell the `double' code
# to define aliases for the `FUNCl' names.
math-CPPFLAGS += -DNO_LONG_DOUBLE
@@ -161,6 +159,3 @@ index 84a8b94c74..0a5a40430e 100644
endif
# These files quiet sNaNs in a way that is optimized away without
---
-2.25.1
-