serenity/Toolchain/Patches
Daniel Bertalan ae21002cb5 Toolchain+Ports: Update GCC to 13.2.0
This is a minor bugfix release, which to my knowledge contains nothing
of importance to us. However, there is one QoL change to our patches.

We no longer force `-fpic` in the compiler driver, and instead use the
`--enable-default-pie` configure option to generate position-independent
code suitable for executables. For building shared libraries, the
`-fpic` flag must be specified explicitly.
2023-09-18 10:26:42 +02:00
..
binutils Toolchain: Add (basic) support for riscv64 2023-08-11 09:20:08 +02:00
gcc Toolchain+Ports: Update GCC to 13.2.0 2023-09-18 10:26:42 +02:00
gdb Toolchain: Allow many patches for gdb and add clang workaround 2023-04-02 10:52:28 +02:00
llvm Toolchain: Build Clang with RISC-V support 2023-08-11 13:35:17 +02:00