aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-06-18 13:52:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-06-18 13:52:58 +0000
commit643d58f9c0b9ecf0a7175548be22fdd1351f78a7 (patch)
tree510e33634d60bd0d0d591070aea137990ace20a6 /Makefile.inc1
parent8759b840e6ccf7b891d493c0994d62bf55d2faeb (diff)
downloadsrc-643d58f9c0b9ecf0a7175548be22fdd1351f78a7.tar.gz
src-643d58f9c0b9ecf0a7175548be22fdd1351f78a7.zip
Add MIPS to the list of known arches.
Notes
Notes: svn path=/head/; revision=179858
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 13897f5608b4..98d115e92f67 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -121,7 +121,7 @@ TARGET= ${TARGET_ARCH}
TARGET?= ${MACHINE}
TARGET_ARCH?= ${MACHINE_ARCH}
-KNOWN_ARCHES?= amd64 arm i386 i386/pc98 ia64 powerpc sparc64 sparc64/sun4v
+KNOWN_ARCHES?= amd64 arm i386 i386/pc98 ia64 mips powerpc sparc64 sparc64/sun4v
.if ${TARGET} == ${TARGET_ARCH}
_t= ${TARGET}
.else