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] Split config.build out from config.gcc


DJ Delorie wrote:
Alex, DJ, opinions? Is this OK?


I like the idea of breaking config.gcc up, but I really think we
should have one big case with each platform's code grouped by
platform, not multiple cases grouped by feature.  The platform
maintainers will want it that way.  Comments on that?
I intend to keep 'one big case' for the host file. It seemed preferable for the build file to sort differently given that theoretically everything in the build file should be autoconf-detectable. And in fact the two I broke out (whether to use cpio/tar/cp, and the executable extension) probably are detectable.

It's easy enough to do it the other way, and I'll be happy to, if it's preferred.


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