Re: fixing "libtool -module" for C++
Jörg Sonnenberger <[email protected]> Sun, 23 Mar 2025 20:21:27 +0100
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
On 3/22/25 8:19 AM, Martin Husemann wrote: > I don't know anything about libtool, but not linking with -lgcc *might* > work on some modules on some platforms, but might fail on others > due to CPU differences. More specifically, there is something like millicode on some CPU which is never shared. I'm not 100% sure from memory right now if any of those are left with code in libgcc or if we provide a libc implementation at all times now, but that was a real concern in the past at least. Joerg