kumquat-buildroot/package/gcc/11.4.0
Brandon Maier 85ba6c5c09 package/gcc: add patch to fix gcc 11 build warning
When building GCC 11 with GCC 14 the following error occurs

> ../../../libiberty/simple-object-mach-o.c:1231:17: error: passing argument 1 of 'set_32' from incompatible pointer type [-Wincompatible-pointer-types]

This was fixed upstream in GCC12[1]. It is applied to the GCC 11 release
branch[2], but has not been officially released yet.

[1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=38757aa88735ab2e511bc428e2407a5a5e9fa0be
[2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=02cd761eb1198df50453b2e39653f48053609ffc

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 8fa9ad7e4f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-06-08 09:44:35 +02:00
..
0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch
0002-or1k-Use-cmodel-large-when-building-crtstuff.patch
0003-gcc-define-_REENTRANT-for-OpenRISC-when-pthread-is-p.patch
0004-disable-split-stack-for-non-thread-builds.patch
0005-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch
0006-or1k-Only-define-TARGET_HAVE_TLS-when-HAVE_AS_TLS.patch
0007-xtensa-add-.note.GNU-stack-section-on-linux.patch
0009-libiberty-Darwin-Fix-a-build-warning.patch