diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2024-04-11 12:54:28 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-04-11 13:48:13 +0200 |
commit | 4d9ec853bef7530cb97f23aa5b14c455e8f90d26 (patch) | |
tree | a94a94df6b6ba05992ae8f808ffb7a842795b543 /devel | |
parent | da8303d430198dc09533920e05c3d2aa6596605e (diff) |
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 <ansuelsmth@gmail.com>
Diffstat (limited to 'devel')
5 files changed, 8 insertions, 22 deletions
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 4b91f49a0..c41f35e33 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 0f75d0ce0..9233c6a1d 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 986d19057..7519e31d5 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 <dimitry@andric.com> 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 b6b15cd1c..6d6729222 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 85b6744df..39f06d8f9 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. */ |