From 86c2982568de1ad4d4cc12a65b19231331484405 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 10 Feb 2022 18:00:59 -0800 Subject: Run patches thru `manage-packages -P` This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman --- .../0001-Fix-build-with-GCC-10-when-long-double-double.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'packages/glibc/2.27/0001-Fix-build-with-GCC-10-when-long-double-double.patch') diff --git a/packages/glibc/2.27/0001-Fix-build-with-GCC-10-when-long-double-double.patch b/packages/glibc/2.27/0001-Fix-build-with-GCC-10-when-long-double-double.patch index ca0d8a79..ff5fe14a 100644 --- a/packages/glibc/2.27/0001-Fix-build-with-GCC-10-when-long-double-double.patch +++ b/packages/glibc/2.27/0001-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) +@@ -568,6 +568,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 - -- cgit v1.2.3