Subject: Re: SunOS emul = Solaris 2.5.1 emul?
To: None <gelbard@ENGR.ORST.EDU>
From: Frank van der Linden <frank@wins.uva.nl>
List: port-i386
Date: 03/16/1998 15:19:04
On Mon, Mar 16, 1998 at 12:44:46PM +0100, Frank van der Linden wrote:
> COMPAT_SUNOS is for SunOS 4.x; you want COMPAT_SVR4 in this case. Also
> define SVR4_COMPAT_SOLARIS2 to get some extra compat hooks for things
> that are different in Solaris from SVR4. 

To avoid confusion: you shouldn't need SVR4_COMPAT_SOLARIS2, it's there
to be completely compatible with Solaris with regard to some extra
info that Solaris puts on the stack when executing ELF binaries.

- Frank