This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to add a (sub)target-specific '-W...' or '-f...' option?
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: Ziemowit Laski <zlaski at apple dot com>
- Cc: gcc list <gcc at gcc dot gnu dot org>
- Date: 11 Nov 2003 15:58:05 -0500
- Subject: Re: How to add a (sub)target-specific '-W...' or '-f...' option?
- References: <16A49603-1489-11D8-86A3-000393673036@apple.com>
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