Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2011 18:27:50 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221216 - head
Message-ID:  <201104291827.p3TIRoqa010186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Apr 29 18:27:50 2011
New Revision: 221216
URL: http://svn.freebsd.org/changeset/base/221216

Log:
  Add the mipsn32eb TARGET_ARCH to the list of mips targets for the
  XLRN32 kernel config.
  
  Reviewed by:	imp, jmallet

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Fri Apr 29 18:26:17 2011	(r221215)
+++ head/Makefile	Fri Apr 29 18:27:50 2011	(r221216)
@@ -325,7 +325,7 @@ toolchains:
 .if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
 TARGETS?=amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v
 TARGET_ARCHES_arm?=	arm armeb
-TARGET_ARCHES_mips?=	mipsel mipseb mips64el mips64eb
+TARGET_ARCHES_mips?=	mipsel mipseb mips64el mips64eb mipsn32eb
 TARGET_ARCHES_powerpc?=	powerpc powerpc64
 TARGET_ARCHES_pc98?=	i386
 TARGET_ARCHES_sun4v?=	sparc64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104291827.p3TIRoqa010186>