MIPSR6: mips-img-elf mips-img-linux-gnu triplets and vendor updates
commita02ba4d0f50a101e205884dd6dcc84d2ad808c90
authormpf <mpf@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Dec 2014 20:18:08 +0000 (19 20:18 +0000)
committermpf <mpf@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Dec 2014 20:18:08 +0000 (19 20:18 +0000)
tree441ef3911d247f7c9a52d8cd4fc6d0602c7e9b15
parentf932433f6acbef8b70cbbe184371db0a3ba56efc
MIPSR6: mips-img-elf mips-img-linux-gnu triplets and vendor updates

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.

gcc/testsuite/

* gcc.target/mips/pr37362.c: Skip for mips-img-elf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218975 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/mti-linux.h
gcc/config/mips/t-img-elf [new file with mode: 0644]
gcc/config/mips/t-img-linux [new file with mode: 0644]
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/pr37362.c