mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
effe17c852
This causes the 'main' function to not be garbage collected when linking against the ABI. issue #4794
8 lines
259 B
Plaintext
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
|