Re: [ARM] Make -mcpu, -march and -mtune case-insensitive

2014-01-17 Thread James Greenhalgh
. -mcpu=Cortex-A15 -march=ARMv7. Regression tested on arm-none-eabi with no issues; options passed onto e.g. ld are always lowercase (as previously). OK for trunk? --Alan ChangeLog: * config/arm/arm.opt: Make -mcpu, -march, -mtune case-insensitive. * config

[ARM] Make -mcpu, -march and -mtune case-insensitive

2014-01-16 Thread Alan Lawrence
This is a small patch that makes the -mcpu, -march and -mtune command-line options case-insensitive, allowing e.g. -mcpu=Cortex-A15 -march=ARMv7. Regression tested on arm-none-eabi with no issues; options passed onto e.g. ld are always lowercase (as previously). OK for trunk? --Alan ChangeLog:

Re: [ARM] Make -mcpu, -march and -mtune case-insensitive

2014-01-16 Thread Richard Earnshaw
(as previously). OK for trunk? --Alan ChangeLog: * config/arm/arm.opt: Make -mcpu, -march, -mtune case-insensitive. * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive. Don't forget the leading tab; and since someone else will have to commit the patch for you, you should

Re: [ARM] Make -mcpu, -march and -mtune case-insensitive

2014-01-16 Thread James Greenhalgh
with no issues; options passed onto e.g. ld are always lowercase (as previously). OK for trunk? --Alan ChangeLog: * config/arm/arm.opt: Make -mcpu, -march, -mtune case-insensitive. * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive. Don't forget