serenity/Toolchain/Patches
Gunnar Beutner d7978a3317 Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernel
This enables building usermode programs with exception handling. It also
builds a libstdc++ without exception support for the kernel.

This is necessary because the libstdc++ that gets built is different
when exceptions are enabled. Using the same library binary would
require extensive stubs for exception-related functionality in the
kernel.
2021-04-18 10:55:25 +02:00
..
binutils.patch Toolchain: Update binutils to version to latest 2.36.1 release 2021-04-14 21:49:54 +02:00
gcc.patch Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernel 2021-04-18 10:55:25 +02:00