genode/repos/libports/lib/symbols/qt5_component
Sebastian Sumpf effe17c852 qt5_component: add 'main' as undefined to ABI
This causes the 'main' function to not be garbage collected when linking against
the ABI.

issue #4794
2023-04-17 14:48:30 +02:00

8 lines
259 B
Plaintext

_ZN4Libc9Component9constructERNS_3EnvE T
#
# Make sure there is an undefined reference to "main". Because Qt5 apps don't
# link the posix library (where main is also undefined), we need this so "main"
# does not get garbage collected during linking.
#
main U