On Mon, 2 Mar 2009, Takis Psarogiannakopoulos wrote:

> > The only use of
> > SUBTARGET_SWITCHES was to be expanded by the TARGET_SWITCHES macro.
> >
> Exactly. The feature was there for the last 15 years of developemnt of
> GCC. Whats replacing it? Nothing?

Options are defined using .opt files.  The set of such files used is 
determined through extra_options in config.gcc.  You could readily have 
determined this for yourself by grepping for option names present in 
*_SWITCHES in older versions and seeing where they now appear, or by 
reading the internals manual which has a chapter "Option specification 
files".

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to