Re: is NetBSD SPARC64 pure 64bit kernel and userspace?
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 17, 2015 at 09:36:29AM +0200, Dennis Luehring wrote: > are all program under NetBSD SPARC64 64bit or is there a mix between 64 > and 32bit? A standard install gets you everything in 64bit, and all pkgsrc pkgs create 64 bit binaries as well. There are 32bit libraries, so you can use -m32 to force compilation of 32bit programs if you want. Martin