mips binaries (was: Re: git: 24fd63e0970f - main - mips: Don't set __NO_TLS to disable some uses of TLS.)

2021-02-19 Thread Mark Linimon
On Fri, Feb 19, 2021 at 09:14:07AM -0700, Warner Losh wrote: > FWIW: Mips likely can play the 'not very popular tier 2 card trending > towards tier 3' card, at least for 13 since (a) 13.0 isn't out yet and > (b) the project doesn't produce mips binaries. (Before I go too far, I am presuming the ab

Re: git: af366d353b84 - main - amd64: implement strlen in assembly

2021-02-08 Thread Mark Linimon
One thing I think that has been missed in this discussion is that this is hardly a piece of obscure code in a device driver that few people have; instead, it's a piece of code that anyone who uses FreeBSD relies on. My take on it would be that perhas such bits of code should be more closely examin

Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11

2020-12-30 Thread Mark Linimon
On Wed, Dec 30, 2020 at 09:43:50AM -0800, John Baldwin wrote: > Just to be explicit, we do not care about building amd64 with 4.2.1 at this > point on 12.x. AFAIK the only use case for gcc4.2.1 is powerpc* < 13. (I check new ports on powerpc64 vs. gcc4.2.1. I will be glad to see the end of it.)