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]
Other format: [Raw text]

Re: precompiled header support


>   So does this imply pch can't be made to work (as it stands) on
> djgpp-hosted gcc?  (I'm just thinking about hosts apart from the
> amiga that don't support the semantics needed to reload-in-place).

There is no mmap() function in DJGPP at all.  So, if you rely on mmap,
it won't work.


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