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

2014-01-17 Thread James Greenhalgh
On Thu, Jan 16, 2014 at 06:13:33PM +, James Greenhalgh wrote: > On Thu, Jan 16, 2014 at 05:14:24PM +, Richard Earnshaw wrote: > > On 16/01/14 16:15, Alan Lawrence wrote: > > > This is a small patch that makes the -mcpu, -march and -mtune > > > command-line options case-insensitive, allowing

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

2014-01-16 Thread James Greenhalgh
On Thu, Jan 16, 2014 at 05:14:24PM +, Richard Earnshaw wrote: > On 16/01/14 16:15, Alan Lawrence wrote: > > 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

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

2014-01-16 Thread Richard Earnshaw
On 16/01/14 16:15, Alan Lawrence wrote: > 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

[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: