svn commit: r242031 - head/sys/conf

Warner Losh imp at FreeBSD.org
Thu Oct 25 02:38:06 UTC 2012


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


More information about the svn-src-all mailing list