This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Improve support for arm-wince-pe target
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Date: Wed, 11 Jun 2003 11:10:06 +0100
- Subject: Re: Improve support for arm-wince-pe target
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
nickc@redhat.com said:
> I have applied the patch below to add a seperate arm-wince-pe target
> to config.gcc. This allows us to have this target default to using
> the apcs-32 ABI, whilst the arm-pe target defaults to the apcs-26
> ABI. For both targets I have also enabled a multilib of the
> opposite ABI.
We should probably add a news item to highlight this change.
R.