RE: [PATCHv2,MIPS 2/2] Add new triplets for vendor 'img'

2014-12-19 Thread Matthew Fortune
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. Committed as r218975 Thanks, Matthew

RE: [PATCHv2,MIPS 2/2] Add new triplets for vendor 'img'

2014-12-12 Thread Moore, Catherine
-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

[PATCHv2,MIPS 2/2] Add new triplets for vendor 'img'

2014-11-14 Thread Matthew Fortune
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