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: [AArch64] Make -mcpu, -march and -mtune case-insensitive.


On Fri, Jan 17, 2014 at 12:00:19PM +0000, 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 regressions; options passed onto e.g.
> > ld are always lowercase (as before).
> > 
> > OK for trunk?
> > 
> > --Alan
> > 
> > ChangeLog:
> > 2014-01-17  Alan Lawrence  <alan.lawrence@arm.com>
> > 	* config/aarch64/aarch64.opt (mcpu, march, mtune): Make
> > case-insensitive.
> > 
> 
> OK.
> 
> R.

I've committed this on Alan's behalf as revision 206797.

Thanks,
James


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