Delete unused obsolete files for irix5cross64 configure target.

* config/mips/cross64.h, config/mips/t-cross64: Delete.

From-SVN: r102828
This commit is contained in:
James E Wilson 2005-08-06 17:26:01 -07:00 committed by Jim Wilson
parent c633f011cb
commit e2ba06d66d
3 changed files with 4 additions and 46 deletions

View File

@ -1,3 +1,7 @@
2005-08-06 James E Wilson <wilson@specifix.com>
* config/mips/cross64.h, config/mips/t-cross64: Delete.
2005-08-06 Michael Matz <matz@suse.de>
* genattrtab.c (write_attr_get, write_attr_case): Use insn_code

View File

@ -1,34 +0,0 @@
/* Configuration for an Irix 5 host and Irix 6 target using SGI's cross64
package. */
#define STANDARD_INCLUDE_DIR "/usr/cross64/usr/include"
#undef MD_EXEC_PREFIX
#define MD_EXEC_PREFIX "/usr/cross64/usr/bin/"
#undef MD_STARTFILE_PREFIX
#define MD_STARTFILE_PREFIX "/usr/cross64/usr/lib/lib64/"
/* Must add TOOLROOT to the environment, or else the assembler will not
work. */
#define INIT_ENVIRONMENT \
"TOOLROOT=/usr/cross64"
#undef STARTFILE_SPEC
#define STARTFILE_SPEC \
"%{mips1:%{pg:gcrt1.o%s}%{!pg:%{p:mcrt1.o%s libprof1.a%s}%{!p:crt1.o%s}}} \
%{mips2:%{pg:gcrt1.o%s}%{!pg:%{p:mcrt1.o%s libprof1.a%s}%{!p:crt1.o%s}}} \
%{!mips1:%{!mips2:%{pg:/usr/cross64/usr/lib64/mips4/gcrt1.o} \
%{!pg:%{p:/usr/cross64/usr/lib64/mips4/mcrt1.o \
/usr/cross64/usr/lib64/mips4/libprof1.a} \
%{!p:/usr/cross64/usr/lib64/mips4/crt1.o}}}}"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC \
"%{mips1:crtn.o%s}%{mips2:crtn.o%s}%{!mips1:%{!mips2:/usr/cross64/usr/lib64/mips4/crtn.o}}"
#undef LINK_SPEC
#define LINK_SPEC "\
-64 -_SYSTYPE_SVR4 %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} \
%{bestGnum} %{shared} %{non_shared} \
%{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -call_shared -no_unresolved}}} \
%{!mips1:%{!mips2:-L/usr/cross64/usr/lib64/mips4 -L/usr/cross64/usr/lib64}}"

View File

@ -1,12 +0,0 @@
SYSTEM_HEADER_DIR = /usr/cross64/usr/include
AR = /usr/cross64/usr/bin/ar
# The rest of the file is identical to t-iris6.
MULTILIB_OPTIONS=mips1/mips2/mips3/mips4
MULTILIB_DIRNAMES=
MULTILIB_MATCHES=
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib