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


On Thu, Jan 16, 2014 at 05:14:24PM +0000, 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-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/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 also include the date/author part as well.
>  Generally
> 
> <date>  Alan Lawrence  <Alan.Lawrence@arm.com>
> 
> would be acceptable, since the commit date may not be the same as the
> posting date.
> 
> Otherwise, this is OK.
> 

I've committed this to trunk on Alan's behalf as revision 206673,
with the following Changelog:

2014-01-16  Alan Lawrence  <alan.lawrence@arm.com>

	* config/arm/arm.opt: Make -mcpu, -march, -mtune case-insensitive.

Thanks,
James


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