summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-06-18 13:52:58 +0000
committerobrien <obrien@FreeBSD.org>2008-06-18 13:52:58 +0000
commit9b1f265839058799225725206f2924fe915d4efb (patch)
tree510e33634d60bd0d0d591070aea137990ace20a6 /Makefile.inc1
parentefe54e593f51a0aea33466031a0181c9c28da6a1 (diff)
downloadFreeBSD-src-9b1f265839058799225725206f2924fe915d4efb.zip
FreeBSD-src-9b1f265839058799225725206f2924fe915d4efb.tar.gz
Add MIPS to the list of known arches.
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 13897f5..98d115e 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
OpenPOWER on IntegriCloud