From owner-svn-src-head@FreeBSD.ORG Thu Oct 25 02:38:06 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6368C426; Thu, 25 Oct 2012 02:38:06 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4975B8FC0A; Thu, 25 Oct 2012 02:38:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9P2c6Is052056; Thu, 25 Oct 2012 02:38:06 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9P2c69a052054; Thu, 25 Oct 2012 02:38:06 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201210250238.q9P2c69a052054@svn.freebsd.org> From: Warner Losh Date: Thu, 25 Oct 2012 02:38:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242031 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 02:38:06 -0000 Author: imp Date: Thu Oct 25 02:38:05 2012 New Revision: 242031 URL: http://svn.freebsd.org/changeset/base/242031 Log: We need ucmpdi2 for XLR and XLP when compiled in 32-bit mode. Include it here unconditionally while I figure out why "optional mips | mipsel" didn't work. Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips ============================================================================== --- head/sys/conf/files.mips Thu Oct 25 02:12:05 2012 (r242030) +++ head/sys/conf/files.mips Thu Oct 25 02:38:05 2012 (r242031) @@ -62,6 +62,7 @@ libkern/flsl.c standard libkern/lshrdi3.c standard libkern/memchr.c optional fdt libkern/memmove.c standard +libkern/ucmpdi2.c standard # Compat32 stuff compat/freebsd32/freebsd32_ioctl.c optional compat_freebsd32