From: Christian Marangi Date: Thu, 11 Apr 2024 10:54:28 +0000 (+0200) Subject: devel: gcc: refresh patches X-Git-Url: http://git.openwrt.org/?p=feed%2Fpackages.git;a=commitdiff_plain;h=4d9ec853bef7530cb97f23aa5b14c455e8f90d26 devel: gcc: refresh patches Refresh patches with make package/gcc/refresh by tweaking the GCC_VERSION to refresh every supported version. Signed-off-by: Christian Marangi --- diff --git a/devel/gcc/patches-10.x/003-dont-choke-when-building-32bit-on-64bit.patch b/devel/gcc/patches-10.x/003-dont-choke-when-building-32bit-on-64bit.patch index 4b91f49a00..c41f35e33b 100644 --- a/devel/gcc/patches-10.x/003-dont-choke-when-building-32bit-on-64bit.patch +++ b/devel/gcc/patches-10.x/003-dont-choke-when-building-32bit-on-64bit.patch @@ -1,7 +1,6 @@ -diff -u --recursive gcc-10.3.0-vanilla/gcc/real.h gcc-10.3.0/gcc/real.h ---- gcc-10.3.0-vanilla/gcc/real.h 2021-04-08 06:56:28.561746620 -0500 -+++ gcc-10.3.0/gcc/real.h 2022-05-18 17:04:32.076412174 -0500 -@@ -77,8 +77,10 @@ +--- a/gcc/real.h ++++ b/gcc/real.h +@@ -77,8 +77,10 @@ struct GTY(()) real_value { + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */ /* Verify the guess. */ diff --git a/devel/gcc/patches-12.x/910-mbsd_multi.patch b/devel/gcc/patches-12.x/910-mbsd_multi.patch index 0f75d0ce0e..9233c6a1d7 100644 --- a/devel/gcc/patches-12.x/910-mbsd_multi.patch +++ b/devel/gcc/patches-12.x/910-mbsd_multi.patch @@ -114,7 +114,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000 ; On SVR4 targets, it also controls whether or not to emit a --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi -@@ -9596,6 +9596,17 @@ This option is only supported for C and +@@ -9597,6 +9597,17 @@ This option is only supported for C and @option{-Wall} and by @option{-Wpedantic}, which can be disabled with @option{-Wno-pointer-sign}. diff --git a/devel/gcc/patches-13.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch b/devel/gcc/patches-13.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch index 986d19057f..7519e31d53 100644 --- a/devel/gcc/patches-13.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch +++ b/devel/gcc/patches-13.x/020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch @@ -70,11 +70,9 @@ Signed-off-by: Dimitry Andric gcc/system.h | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) -diff --git a/gcc/system.h b/gcc/system.h -index b0edab02885..ab29fc19776 100644 --- a/gcc/system.h +++ b/gcc/system.h -@@ -194,27 +194,8 @@ extern int fprintf_unlocked (FILE *, const char *, ...); +@@ -194,27 +194,8 @@ extern int fprintf_unlocked (FILE *, con #undef fread_unlocked #undef fwrite_unlocked @@ -134,6 +132,3 @@ index b0edab02885..ab29fc19776 100644 /* Some of glibc's string inlines cause warnings. Plus we'd rather rely on (and therefore test) GCC's string builtins. */ #define __NO_STRING_INLINES --- -2.39.3 - diff --git a/devel/gcc/patches-13.x/021-libcc1-fix-vector-include.patch b/devel/gcc/patches-13.x/021-libcc1-fix-vector-include.patch index b6b15cd1c6..6d67292221 100644 --- a/devel/gcc/patches-13.x/021-libcc1-fix-vector-include.patch +++ b/devel/gcc/patches-13.x/021-libcc1-fix-vector-include.patch @@ -18,8 +18,6 @@ libcc1/ChangeLog: libcc1/libcp1plugin.cc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) -diff --git a/libcc1/libcc1plugin.cc b/libcc1/libcc1plugin.cc -index 72d17c3b81c..e64847466f4 100644 --- a/libcc1/libcc1plugin.cc +++ b/libcc1/libcc1plugin.cc @@ -32,6 +32,7 @@ @@ -39,8 +37,6 @@ index 72d17c3b81c..e64847466f4 100644 using namespace cc1_plugin; -diff --git a/libcc1/libcp1plugin.cc b/libcc1/libcp1plugin.cc -index 0eff7c68d29..da68c5d0ac1 100644 --- a/libcc1/libcp1plugin.cc +++ b/libcc1/libcp1plugin.cc @@ -33,6 +33,7 @@ @@ -60,6 +56,3 @@ index 0eff7c68d29..da68c5d0ac1 100644 using namespace cc1_plugin; --- -2.39.3 - diff --git a/devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch b/devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch index 85b6744df7..39f06d8f9b 100644 --- a/devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch +++ b/devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch @@ -1,7 +1,6 @@ -diff -u --recursive gcc-8.4.0-vanilla/gcc/real.h gcc-8.4.0/gcc/real.h ---- gcc-8.4.0-vanilla/gcc/real.h 2020-03-04 02:30:01.000000000 -0600 -+++ gcc-8.4.0/gcc/real.h 2022-05-18 17:02:22.708820427 -0500 -@@ -70,8 +70,10 @@ +--- a/gcc/real.h ++++ b/gcc/real.h +@@ -70,8 +70,10 @@ struct GTY(()) real_value { + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */ /* Verify the guess. */