OSDN Git Service

Delete unused obsolete files for irix5cross64 configure target.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Aug 2005 00:26:01 +0000 (00:26 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Aug 2005 00:26:01 +0000 (00:26 +0000)
* config/mips/cross64.h, config/mips/t-cross64: Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102828 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/cross64.h [deleted file]
gcc/config/mips/t-cross64 [deleted file]

index 92ef347..abf5670 100644 (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
diff --git a/gcc/config/mips/cross64.h b/gcc/config/mips/cross64.h
deleted file mode 100644 (file)
index 4462e5e..0000000
+++ /dev/null
@@ -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}}"
diff --git a/gcc/config/mips/t-cross64 b/gcc/config/mips/t-cross64
deleted file mode 100644 (file)
index 6eb5217..0000000
+++ /dev/null
@@ -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