mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
d386d3946a
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. |
||
---|---|---|
.. | ||
binutils.patch | ||
gcc-support-mold-linker.patch | ||
gcc.patch | ||
gdb.patch | ||
llvm-backport-objcopy-update-section.patch | ||
llvm.patch | ||
qemu-cf-protection-none.patch |