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

2014-01-20 Thread James Greenhalgh
On Fri, Jan 17, 2014 at 12:00:19PM +, Richard Earnshaw wrote: > On 17/01/14 11:12, Alan Lawrence wrote: > > Small patch to make the -mcpu, -march and -mtune command-line options > > case-insensitive, allowing e.g. -mcpu=CortexA57 -march=ARMv8-A. > > > > Tested on aarch64-none-elf with no regre

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

2014-01-17 Thread Richard Earnshaw
On 17/01/14 11:12, Alan Lawrence wrote: > Small patch to make the -mcpu, -march and -mtune command-line options > case-insensitive, allowing e.g. -mcpu=CortexA57 -march=ARMv8-A. > > Tested on aarch64-none-elf with no regressions; options passed onto e.g. > ld are always lowercase (as before). > >

[AArch64] Make -mcpu, -march and -mtune case-insensitive.

2014-01-17 Thread Alan Lawrence
Small patch to make the -mcpu, -march and -mtune command-line options case-insensitive, allowing e.g. -mcpu=CortexA57 -march=ARMv8-A. Tested on aarch64-none-elf with no regressions; options passed onto e.g. ld are always lowercase (as before). OK for trunk? --Alan ChangeLog: 2014-01-17 Alan La