serenity/Toolchain/Patches
Daniel Bertalan 02fe3feb71 Toolchain: Enable RELRO support for AArch64
The BFD linker requires the `COMMONPAGESIZE` emulation parameter to be
set in order to enable RELRO support for AArch64. As we are adding a
custom `emulparams` file anyways, let's also tell LD that our ELF
interpreter is called `/usr/lib/Loader.so`.

This commit also removes some vestigial references to i686 SerenityOS.
The one in `gas/configure.tgt` is still needed, as it also handles
x86_64.
2023-05-15 07:00:29 +02:00
..
binutils Toolchain: Enable RELRO support for AArch64 2023-05-15 07:00:29 +02:00
gcc Toolchain+Ports: Update GCC to 13.1.0 2023-05-15 07:00:29 +02:00
gdb Toolchain: Allow many patches for gdb and add clang workaround 2023-04-02 10:52:28 +02:00
llvm Ports/llvm: Increase the default stack size for LLVM executables 2023-04-14 10:05:05 +02:00
qemu Toolchain: Patch QEMU to support reading kernel cmdline via RPI Mailbox 2023-04-29 08:24:18 +02:00