aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>2001-10-10 16:50:19 +0000
committerFranz Sirl <sirl@gcc.gnu.org>2001-10-10 16:50:19 +0000
commitc156ea30830b97fcd813360b6226ac04c93282c5 (patch)
tree58cf6c71773eb2ceb5b35d54f466ca527ef623ed /gcc/config.gcc
parent301068864b3462dba2542b288f65e70ffccc8cd7 (diff)
downloadgcc-c156ea30830b97fcd813360b6226ac04c93282c5.zip
gcc-c156ea30830b97fcd813360b6226ac04c93282c5.tar.gz
gcc-c156ea30830b97fcd813360b6226ac04c93282c5.tar.bz2
config.gcc (mips*-*-gnu*): Delete support.
2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * config.gcc (mips*-*-gnu*): Delete support. * config/mips/gnu.h: Remove. From-SVN: r46150
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 0 insertions, 5 deletions
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