Re: How to re-compile sshd for a 386

Greg Troxel <[email protected]> Mon, 04 Aug 2025 06:43:59 -0400
Newsgroups gmane.os.netbsd.ports.i386
Message-ID <[email protected]>
RVP <[email protected]> writes:

>> Is there a way to recompile the built in (not a package) sshd so
>> that it runs on the 386?
>
> You'll have to pass the `-march=i386' flag to GCC and use the portable C
> routines in libcrypto instead of the preferred faster assembly code.

In general yes, but I thought NetBSD 4 still supported i386, so this
should just happen?