Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 02:38:06 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242031 - head/sys/conf
Message-ID:  <201210250238.q9P2c69a052054@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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