This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC headers and DJGPP port
- To: jbuck at racerx dot synopsys dot com, lauras at softhome dot net
- Subject: Re: GCC headers and DJGPP port
- From: Mike Stump <mrs at windriver dot com>
- Date: Wed, 19 Jul 2000 14:12:11 -0700 (PDT)
- Cc: djgpp-workers at delorie dot com, eliz at is dot elta dot co dot il, gcc at gcc dot gnu dot org, martin at loewis dot home dot cs dot tu-berlin dot de
> From: Joe Buck <jbuck@racerx.synopsys.com>
> To: lauras@softhome.net (Laurynas Biveinis)
> Date: Wed, 19 Jul 2000 08:24:23 -0700 (PDT)
> Wouldn't it break the SunOS4 port, or other ports where we're
> bootstrapping from an ancient K&R environment and the C library
> is highly nonstandard?
> (I suppose stddef.h could be omitted only on the platforms where it
> causes problems.)
You must have missed were I talked about autoconfing it, and including
it in environments that don't otherwise already have one, and not
including it otherwise. By eject, I don't mean outright removal in
100% of the cases. If 100% of the systems already have stddef.h that
work well, then we could remove it entirely.