You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Linking coreclr with gcc 10 or clang 11 (both of which default to
-fno-common) fails with this error:
[31%] Linking CXX shared library libdbgshim.so
/usr/bin/ld: ../../pal/src/libcoreclrpal.a(dyn-info-list.c.o):src/pal/src/libunwind/src/mi/dyn-info-list.c:28:
multiple definition of `_U_dyn_info_list'; ../../pal/src/libcoreclrpal.a(Linit.c.o):src/pal/src/libunwind/src/x86_64/Ginit.c:52:
first defined here
This commit fixes that, by switching to -fcommon as the default.
0 commit comments