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). > > OK for trunk? > > --Alan > > ChangeLog: > 2014-01-17 Alan Lawrence <alan.lawre...@arm.com> > * config/aarch64/aarch64.opt (mcpu, march, mtune): Make > case-insensitive. >
OK. R.