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: How to add a (sub)target-specific '-W...' or '-f...' option?


Ziemowit Laski <zlaski@apple.com> writes:

> Is there a preferred method for doing this?

Generally subtarget specific options start with -m.  Can you just use
a -m option?  Many subtargets have -m options which are essentially
equivalent to -f options.  -m options which are essentially equivalent
to -W options are admittedly less common.

Ian


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