config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6 t-slibgcc-dummy.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Fri, 3 Jun 2011 17:16:44 +0000 (17:16 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 3 Jun 2011 17:16:44 +0000 (17:16 +0000)
commit737346fa2420aaa838ad95995d9007f1599ff18b
tree4a5b1c2f7f9f3f77c65fc888147c4012c069bac3
parent4236b2e5c238ee248cebbb2c84a0c78e539e8d08
config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6 t-slibgcc-dummy.

gcc:
* config.gcc (mips-sgi-irix6.5*): Set tmake_file to mips/t-irix6
t-slibgcc-dummy.
* config/mips/irix-crti.asm: Move to ../libgcc/config/mips/irix-crti.S.
* config/mips/irix-crtn.asm: Move to ../libgcc/config/mips/irix-crtn.S.
* config/mips/t-iris: Remove.
* config/mips/t-irix6: New file.
* config/mips/t-slibgcc-irix: Move to ../libgcc/config/mips.

libgcc:
* config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
Set tmake_file, extra_parts.
* config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
Remove O32 support.
* config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
Remove O32 support.
* config/mips/t-irix6: New file.
* config/mips/t-slibgcc-irix: New file.

From-SVN: r174608
14 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/irix-crti.asm [deleted file]
gcc/config/mips/irix-crtn.asm [deleted file]
gcc/config/mips/t-iris [deleted file]
gcc/config/mips/t-iris6 [deleted file]
gcc/config/mips/t-irix6 [new file with mode: 0644]
gcc/config/mips/t-slibgcc-irix [deleted file]
libgcc/ChangeLog
libgcc/config.host
libgcc/config/mips/irix-crti.S [new file with mode: 0644]
libgcc/config/mips/irix-crtn.S [new file with mode: 0644]
libgcc/config/mips/t-irix6 [new file with mode: 0644]
libgcc/config/mips/t-slibgcc-irix [new file with mode: 0644]