From c156ea30830b97fcd813360b6226ac04c93282c5 Mon Sep 17 00:00:00 2001 From: Franz Sirl Date: Wed, 10 Oct 2001 16:50:19 +0000 Subject: config.gcc (mips*-*-gnu*): Delete support. 2001-10-10 Franz Sirl * config.gcc (mips*-*-gnu*): Delete support. * config/mips/gnu.h: Remove. From-SVN: r46150 --- gcc/config.gcc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/config.gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index 9536769..0998151 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -282,9 +282,6 @@ case $machine in i[34567]86-*-*) tm_file="${cpu_type}/${cpu_type}.h i386/att.h linux.h i386/linux.h gnu.h ${tm_file}" ;; - mips*-*-*) - tm_file="svr4.h ${cpu_type}/${cpu_type}.h ${tm_file}" - ;; esac ;; *-*-openbsd*) @@ -2441,8 +2438,6 @@ mips-*-riscos[56789]*) # Default MIPS RISC-OS 5.0. use_collect2=yes fi ;; -mips-*-gnu*) - ;; mipsel-*-ecoff*) tm_file=mips/ecoffl.h if test x$stabs = xyes; then -- cgit v1.1