svn commit: r300178 - head

Warner Losh imp at FreeBSD.org
Thu May 19 02:58:32 UTC 2016


Author: imp
Date: Thu May 19 02:58:30 2016
New Revision: 300178
URL: https://svnweb.freebsd.org/changeset/base/300178

Log:
  Turns out, mipsn32el worked at one point, so add it back in.
  
  Pointed out by: jmallet@

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu May 19 02:06:48 2016	(r300177)
+++ head/Makefile.inc1	Thu May 19 02:58:30 2016	(r300178)
@@ -224,6 +224,7 @@ KNOWN_ARCHES?=	aarch64/arm64 \
 		mips \
 		mipsel/mips \
 		mips64el/mips \
+		mipsn32el/mips \
 		mips64/mips \
 		mipsn32/mips \
 		powerpc \


More information about the svn-src-all mailing list