aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/Makefile.inc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-04-11 00:12:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-04-11 00:12:48 +0000
commit370d222b7fb948e76ad3f862c80875de0fb90985 (patch)
treebfb42b1622bb58f57563fd75cee896d04d848a4a /gnu/usr.bin/cc/Makefile.inc
parent907ca3853b11d702a6ce2dd83c1ee3941d923125 (diff)
downloadsrc-370d222b7fb948e76ad3f862c80875de0fb90985.tar.gz
src-370d222b7fb948e76ad3f862c80875de0fb90985.zip
Remove MIPS support.
It has rotted quite badly and no one has provided updates for it.
Notes
Notes: svn path=/head/; revision=75400
Diffstat (limited to 'gnu/usr.bin/cc/Makefile.inc')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 49f84fa1cebb..4fe0547adab6 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -7,12 +7,7 @@
GCCDIR= ${.CURDIR}/../../../../contrib/gcc.295
TARGET_ARCH?= ${MACHINE_ARCH}
-
-.if ${TARGET_ARCH} == "mipsel" || ${TARGET_ARCH} == "mipseb"
-GCC_ARCH= mips
-.else
GCC_ARCH= ${TARGET_ARCH}
-.endif
# Machine description.
MD_FILE= ${GCCDIR}/config/${GCC_ARCH}/${GCC_ARCH}.md