ladybird/Toolchain/Patches
Brian Gianforcaro d386d3946a Toolchain: Fix QEMU build with latest gcc by disabling -fcf-protection
I noticed after upgrading my machine that the QEMU is no longer building
due to GCC enabling `-fcf-protection` by default, even for targets that
don't support it.

The included patch came from the QEMU development list, but hasn't be
included in any patch releases at the time of writing.
https://lore.kernel.org/all/20220208211937.79580-1-vineetg@rivosinc.com/

Until QEMU patches, lets fix it on our end by patching before we build.
2022-02-13 17:11:53 +00:00
..
binutils.patch Toolchain: Update binutils to version 2.38 2022-02-11 18:07:53 +01:00
gcc-support-mold-linker.patch Toolchain: Backport support for the mold linker 2022-01-24 10:41:47 +00:00
gcc.patch Toolchain: Enable the -rdynamic flag in the gcc driver 2022-01-12 14:54:12 +01:00
gdb.patch Toolchain: Build aarch64-gdb for cross-debugging on x86 2021-09-07 12:58:46 +02:00
llvm-backport-objcopy-update-section.patch Toolchain: Backport --update-section support to llvm-objcopy 2022-01-10 09:55:45 +03:30
llvm.patch Toolchain: Use Platform/SerenityOS.cmake in LLVM toolchain build 2022-01-03 11:08:45 +00:00
qemu-cf-protection-none.patch Toolchain: Fix QEMU build with latest gcc by disabling -fcf-protection 2022-02-13 17:11:53 +00:00