This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [csl-arm] Eabi target defaults


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]