This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [csl-arm] Eabi target defaults
- From: Daniel Jacobowitz <drow at false dot org>
- To: Paul Brook <paul at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 30 Apr 2005 15:43:11 -0400
- Subject: Re: [csl-arm] Eabi target defaults
- References: <200504302034.03233.paul@codesourcery.com>
On Sat, Apr 30, 2005 at 08:34:03PM +0100, Paul Brook wrote:
> +/* EABI targets should enable interworking by default. */
> +#undef TARGET_DEFAULT
> +#define TARGET_DEFAULT (ARM_FLAG_INTERWORK)
Doesn't this mean that you now need -march=armv4 -mno-thumb-interwork
to use a BPABI toolchain to build armv4 (not armv4t) executables?
--
Daniel Jacobowitz
CodeSourcery, LLC