This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: IA64 Patch for setting CPP builtins.
- From: Richard Henderson <rth at redhat dot com>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 Aug 2002 18:17:33 -0700
- Subject: Re: IA64 Patch for setting CPP builtins.
- References: <200208272100.OAA01500@hpsje.cup.hp.com>
On Tue, Aug 27, 2002 at 02:00:06PM -0700, Steve Ellcey wrote:
> ! %{mcpu=itanium:-D__itanium__} \
Go ahead and move this to TARGET_CPU_CPP_BUILTINS.
We don't have a switch for -mcpu=itanium2 yet, so for now
this would be an unconditional definition. I presume we will
add the bits for optimizing for itanium2 and will want the
__itanium2__ macro at that point.
Ok with that change.
r~