kumquat-buildroot/package/gcc/11.4.0
Brandon Maier 8fa9ad7e4f 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>
2024-05-11 08:56:55 +02:00
..
0001-or1k-Add-mcmodel-option-to-handle-large-GOTs.patch package/gcc: bump to version 11.4 2023-06-02 20:54:18 +02:00
0002-or1k-Use-cmodel-large-when-building-crtstuff.patch package/gcc: bump to version 11.4 2023-06-02 20:54:18 +02:00
0003-gcc-define-_REENTRANT-for-OpenRISC-when-pthread-is-p.patch package/gcc: bump to version 11.4 2023-06-02 20:54:18 +02:00
0004-disable-split-stack-for-non-thread-builds.patch
0005-fixinc-don-t-fix-machine-names-in-__has_include-.-PR.patch package/gcc: bump to version 11.4 2023-06-02 20:54:18 +02:00
0006-or1k-Only-define-TARGET_HAVE_TLS-when-HAVE_AS_TLS.patch package/gcc: or1k: Only define TARGET_HAVE_TLS when HAVE_AS_TLS 2023-07-28 21:33:04 +02:00
0007-xtensa-add-.note.GNU-stack-section-on-linux.patch package/gcc: fix missing .note.GNU-stack section 2023-09-11 22:56:23 +02:00
0008-Remove-crypt-and-crypt_r-interceptors.patch package/gcc: add patches to remove crypt()/crypt_r() libsanitizer interceptors 2024-04-01 10:47:41 +02:00
0009-libiberty-Darwin-Fix-a-build-warning.patch package/gcc: add patch to fix gcc 11 build warning 2024-05-11 08:56:55 +02:00