config.gcc: Add mips*-mti-linux* target Handle with_synci like other options.
authorSteve Ellcey <sellcey@mips.com>
Mon, 10 Sep 2012 17:28:20 +0000 (17:28 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 10 Sep 2012 17:28:20 +0000 (17:28 +0000)
commit965c17988d6d4d0e8e943e087698bff6f9318a4a
treea29c811a4735ed2125bf8c920df9f87aeb70d2ec
parent320e29d7e525e243d48c89679ba11c115e3e577c
config.gcc: Add mips*-mti-linux* target Handle with_synci like other options.

2012-09-10  Steve Ellcey  <sellcey@mips.com>

* config.gcc: Add mips*-mti-linux* target
Handle with_synci like other options.
* config/mips/gnu-user64.h (LINUX64_DRIVER_SELF_SPECS): New.
(DRIVER_SELF_SPECS): Define in terms of LINUX64_DRIVER_SELF_SPECS.
* config/mips/mips.h (MIPS_ISA_SYNCI_SPEC): New.
* config/mips/mti-linux.h: New file.
* config/mips/t-mti-linux: New file.

From-SVN: r191155
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/gnu-user64.h
gcc/config/mips/mips.h
gcc/config/mips/mti-linux.h [new file with mode: 0644]
gcc/config/mips/t-mti-linux [new file with mode: 0644]