Subject: Re: port-alpha/5586: port alpha does not define "unix"
To: None <gnats-bugs@gnats.netbsd.org, root@polaris.garbled.net>
From: Chris Demetriou <cgd@pa.dec.com>
List: netbsd-bugs
Date: 06/14/1998 11:15:57
>I dont happen to have toolchain source here (I really should get it) but
>I'm pretty sure that define just needs to be changed in the corresponding
>alpha tree.
No, that define needs to be _removed_ from other ports' definitions.
The NetBSD 'standard' CPP predefines are __NetBSD__, __${MACHINE_ARCH}__
(where that's expanded as appropriate for the architecture), and
_that's it_. That is all that ports' compilers should define by default.
cgd