> -----Original Message----- > From: Matthew Fortune [mailto:matthew.fort...@imgtec.com] > Sent: Friday, November 14, 2014 6:20 PM > To: 'gcc-patches@gcc.gnu.org' (gcc-patches@gcc.gnu.org) > Cc: Moore, Catherine; Rich Fuhler; Steve Ellcey; Richard Sandiford > Subject: [PATCHv2,MIPS 2/2] Add new triplets for vendor 'img' > > This patch adds new triplets: mips*-img-linux* and mips*-img-elf* > > The purpose of these triplets is essentially to provide a clear separation > between tools which support mips32r5 and below and tools which support > mips32r6 and above. > > Thanks, > Matthew > > / > * configure.ac: Add mips-img-elf triplet. > > gcc/ > > * config.gcc: Support mips*-img-linux* and mips*-img-elf*. > * config/mips/mti-linux.h: Support mips32r6 as being the default > arch. > * config/mips/t-img-elf: New. > * config/mips/t-img-linux: New. >
This patch is OK to commit. Thanks, Catherine