Subject: Re: 32Bit kernels
To: Matthias Scheler <tron@zhadum.org.uk>
From: Eduardo Horvath <eeh@netbsd.org>
List: port-sparc64
Date: 04/14/2006 16:38:01
On Thu, 13 Apr 2006, Matthias Scheler wrote:

> the kernel configuration "GENERIC32" contains the following line:
> 
> options		EXEC_ELF32	# Exec module for SunOS 5.x binaries.
> 
> I commented it out because I don't need SunOS 5.x compability. Building
> that kernel worked fine but it could not execute any NetBSD-sparc binaries.

Now that NetBSD/sparc switched from a.out to ELF you need EXEC_ELF32 for 
32-bit NetBSD binaries as well.

Eduardo