This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Split config.build out from config.gcc
- From: DJ Delorie <dj at redhat dot com>
- To: neroden at twcny dot rr dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 29 Aug 2003 18:35:44 -0400
- Subject: Re: [patch] Split config.build out from config.gcc
- References: <20030829220750.GA14426@twcny.rr.com>
> 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?