summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorsirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-10 16:50:19 +0000
committersirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-10 16:50:19 +0000
commita89d956197734dde76f81a2b6e29deeabbae1976 (patch)
tree58cf6c71773eb2ceb5b35d54f466ca527ef623ed /gcc/config.gcc
parent27e8b2c3bfebaa3b96db33352f29b9b9d8c97251 (diff)
downloadgcc-a89d956197734dde76f81a2b6e29deeabbae1976.tar.gz
2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* config.gcc (mips*-*-gnu*): Delete support. * config/mips/gnu.h: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46150 138bc75d-0d04-0410-961f-82ee72b054a4
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 9536769265f..0998151fa9b 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