This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC headers and DJGPP port



Eli Zaretskii <eliz@delorie.com> writes:

> I already posted a response: size_t and the rest *are* known at build
> time: they are defined in the system headers.  GCC could simply use
> them to build itself.

It can't do that because your headers might conflict with the headers
on the system that GCC is being built for.  I'm sure you're not trying
to claim that someone can include both your <stddef.h> and the one on
Solaris at the same time...

-- 
- Geoffrey Keating <geoffk@cygnus.com>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]