serenity/Toolchain/Patches
Timon Kruiper 7eccacf418 Toolchain: Ensure aarch64 libgcc_s.so.1 includes DT_SONAME tag
Without this tag, executables that link libgcc_s.so.1, which is every
executable, end up with the host path to libgcc_s.so.1 as the path for
the dynamic dependency (DT_NEEDED) of the executable. By making sure
that the libgcc_s.so.1 shared object includes the DT_SONAME tag, the
path to libgcc_s.so.1 dynamic dependency will only contain the basename,
instead of the absolute host path.
2023-01-25 14:28:53 +01:00
..
binutils Toolchain: Move the binutils patch into its own folder 2022-10-01 18:43:29 +01:00
gcc Toolchain: Ensure aarch64 libgcc_s.so.1 includes DT_SONAME tag 2023-01-25 14:28:53 +01:00
llvm Meta: Remove i686 target 2022-12-28 11:53:41 +01:00
gdb.patch Toolchain: Update gdb to 11.2 2022-03-24 20:08:08 -07:00