Created attachment 217320 [details] Fix build with -fno-common (clang 11 and gcc 10) In base r364284, I imported clang 11 into head. Like gcc 10, it now defaults to -fno-common, meaning that duplicated global symbols will most likely lead to link errors. Here is a patch to fix this port's duplicated global symbols.
*** This bug has been marked as a duplicate of bug 248701 ***