Re: tprof(8) ABI
Martin Husemann <[email protected]> Mon, 20 Apr 2026 09:02:55 +0200
| Newsgroups | gmane.os.netbsd.devel.kernel,gmane.os.netbsd.devel.userlevel,gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
Have a look at src/compat/exec.mk Since there is never a 32bit kernel for mips64 (AFAIK) we can just make the binary 64bit w/o any path tricks. Martin