ladybird/Userland/DynamicLoader
Gunnar Beutner dd39bb7784 DynamicLoader: Remove math functionality in favor of -lgcc
This links the dynamic linker against libgcc.a instead of having
our own copy of the math functions.

For now we need to specify -fbuilding-libgcc as a hack to work
around a bug with the -nodefaultlibs flag. Once everyone is on
the latest toolchain version this can be removed.
2021-05-07 15:35:50 +02:00
..
CMakeLists.txt DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
main.cpp DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
misc.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
misc.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00