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]

precompiled header support


Hello!

What host capabilites are required to use precompiled headers? The sources
seem to imply that mmap() is required to load a PCH to fixed address. What
happens if a host doesn't support mmap? To which address the PCH will be
loaded?
Is it possible to disable generating/using precompiled headers for hosts
that don't support it?

Thank you,
Gunther


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