This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SUBTARGET_OPTIONS / SUBTARGET_SWITCHES with .opt
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: rsandifo at redhat dot com, gcc at gcc dot gnu dot org
- Date: Wed, 30 Mar 2005 16:23:52 -0800
- Subject: Re: SUBTARGET_OPTIONS / SUBTARGET_SWITCHES with .opt
- References: <20050331001554.GA25204@redhat.com>
Aldy Hernandez <aldyh@redhat.com> writes:
> I need options only for certain subtargets. For example, aix.h has
> some options that should not be available by other targets.
Take a look at how this is done for the ia64-hpux port.
zw