Re: "common" symbols are no longer common?!?!?!

Valery Ushakov <[email protected]> Sat, 22 Feb 2025 14:28:43 +0300
Newsgroups gmane.os.netbsd.current,gmane.os.netbsd.devel.toolchain
Message-ID <[email protected]>
On Fri, Feb 21, 2025 at 18:47:04 -0800, Greg A. Woods wrote:

> So, it seems like sometime in the last year common symbols are no
> longer marked as common!

gcc switched the default from -fcommon to -fno-common around gcc 10,
iirc, and gcc 10 is the default compiler in NetBSD 10.

Use explicit -fcommon.


-uwe