Add ucmpdi2.c to the i386 libkern build.

This commit is contained in:
Justin T. Gibbs 1999-05-14 05:10:15 +00:00
parent f3da2c5d80
commit 007c45c2e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47160
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.239 1999/05/09 16:46:01 phk Exp $
# $Id: files.i386,v 1.240 1999/05/14 03:57:25 obrien Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -342,6 +342,7 @@ libkern/strlen.c standard
libkern/strncmp.c standard
libkern/strncpy.c standard
libkern/udivdi3.c standard
libkern/ucmpdi2.c standard
libkern/umoddi3.c standard
gnu/i386/fpemul/div_small.s optional gpl_math_emulate
gnu/i386/fpemul/errors.c optional gpl_math_emulate

View file

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.239 1999/05/09 16:46:01 phk Exp $
# $Id: files.i386,v 1.240 1999/05/14 03:57:25 obrien Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -342,6 +342,7 @@ libkern/strlen.c standard
libkern/strncmp.c standard
libkern/strncpy.c standard
libkern/udivdi3.c standard
libkern/ucmpdi2.c standard
libkern/umoddi3.c standard
gnu/i386/fpemul/div_small.s optional gpl_math_emulate
gnu/i386/fpemul/errors.c optional gpl_math_emulate