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: config.cache question


> I apologize if this question has already been answered but I would
> like to know if there is a way to reuse the same config.cache file
> for all the builds of all the subdirectories of a bootstrap ?

It should be possible, but the configure scripts do not update the
config.cache file in a concurrency-safe fashion, so this would make
parallel building impossible--something which is no doubt a bigger
win.

Ben


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