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: Remove TARGET_HELP hook



> -----Original Message-----
> From: Joseph Myers [mailto:joseph@codesourcery.com]
> Sent: Monday, June 20, 2011 1:20 PM
> To: Georg-Johann Lay
> Cc: gcc-patches@gcc.gnu.org; chertykov@gmail.com; aesok@post.ru;
> Weddington, Eric
> Subject: Re: Remove TARGET_HELP hook
> 
> On Mon, 20 Jun 2011, Georg-Johann Lay wrote:
> 
> > > Index: gcc/config/avr/avr-tables.opt
> > > ===================================================================
> > > --- gcc/config/avr/avr-tables.opt	(revision 0)
> > > +++ gcc/config/avr/avr-tables.opt	(revision 0)
> >
> > As it's auto-generated: must it reside in repository?
> 
> The machinery for selecting .opt files to use and for using them (both in
> the compiler and in .pot generation) expects them all to be in the source
> directory.

Right. So, as I understand it, when we add a new device, we run the shell script to regenerate the .opt file and commit the updated file, correct?


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