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: [PATCH, MIPS] Add -march=interaptiv



> -----Original Message-----
> From: Robert Suchanek [mailto:Robert.Suchanek@imgtec.com]
> Sent: Thursday, July 16, 2015 10:17 AM
> Subject: [PATCH, MIPS] Add -march=interaptiv
> 
> As in the title, the attached patch adds -march=interaptiv defined to 24kf2_1,
> mapped to -mips32r2 and -mdsp.
> 
> OK to apply?
> 
> 
> gcc/
> 	* config/mips/mips-cpus.def (interaptiv): Define.
> 	* config/mips/mips-tables.opt: Regenerate.
> 	* config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Map -
> march=interaptiv to
> 	-mips32r2.
> 	(BASE_DRIVER_SELF_SPECS): Likewise but map to -mdsp.
> 	* doc/invoke.texi (-march=@var{arch}): Add interaptiv.
> ---

Yes, this looks OK.


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