mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
18869199ca
Fixes #5325
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
_ZN4Libc9Component9constructERNS_3EnvE T
|
|
#
|
|
# Make sure there is an undefined reference to "main". Because Qt6 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
|