This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: how to handle union wait portably?
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: RFA: how to handle union wait portably?
- From: Richard Henderson <rth at redhat dot com>
- Date: Fri, 29 Dec 2000 15:00:43 -0800
- Cc: msokolov at ivan dot Harhan dot ORG, gcc at gcc dot gnu dot org
- References: <200012292245.RAA07046@caip.rutgers.edu>
On Fri, Dec 29, 2000 at 05:45:23PM -0500, Kaveh R. Ghazi wrote:
> How about unconditionally doing #undef HAVE_SYS_WAIT_H in the relevant
> bsd specific config file? (Do so with lots of explanitory comments.)
> I believe the host config file gets included after auto-host.h.
You could also modify the sys/wait test to fail if we can compile
something we ought not be able to do. I.e. detect PCC brokenness.
r~