Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/rump/librump/rumpkern



In message: <20100615052154.GB16488%netbsd.org@localhost>
            David Holland <dholland-sourcechanges%NetBSD.org@localhost> writes:
: On Mon, Jun 14, 2010 at 09:40:37AM -0600, M. Warner Losh wrote:
:  > On i386, that's true.  amd64 expands to '0', as does sun3.  This makes
:  > the first one true.  The second one, i386 expands to '1', so the
:  > second one would be false.
: 
: Arguably we shouhld fix our gcc to only define "__i386__", not "i386",
: which conflicts with the user namespace...

True, but doing so would likely break applications that have depended
on this define.  Which is worse?

Warner


Home | Main Index | Thread Index | Old Index