This is the mail archive of the gcc-patches@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: [PATCH] fixincludes to the toplevel: toplevel changes


Zack Weinberg wrote:
Nathanael Nerode <neroden@twcny.rr.com> writes:


(c) [libiberty] is in fact the *only* module which is built both for
the host and for the build machine (and I would expect that to
remain true)


libcpp is about to become another such module.

Weird. Why? We already rely on having a preexisting ISO C90 cpp on the build machine...


...aha! Is it (partially) automatic dependency generation for C? And you want to get dependencies on target-specific and conditionally included files, so you have to have it run at build time?...

Did I guess right?


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