Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand/sboot Add libkern for umoddi3 needed ...
details: https://anonhg.NetBSD.org/src/rev/a8622231240a
branches: trunk
changeset: 333908:a8622231240a
user: christos <christos%NetBSD.org@localhost>
date: Fri Nov 21 20:13:18 2014 +0000
description:
Add libkern for umoddi3 needed for correct leap yar computation in is_leap_year.
diffstat:
sys/arch/mvme68k/stand/sboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0eb2568abd73 -r a8622231240a sys/arch/mvme68k/stand/sboot/Makefile
--- a/sys/arch/mvme68k/stand/sboot/Makefile Fri Nov 21 20:10:28 2014 +0000
+++ b/sys/arch/mvme68k/stand/sboot/Makefile Fri Nov 21 20:13:18 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2011/01/21 15:59:08 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2014/11/21 20:13:18 christos Exp $
#
# sboot would like a newer GNU ld because it can generate S-Records.
@@ -13,7 +13,7 @@
oc_cksum.s sboot.c
SRTOBJ=
PROG= sboot
-LIBS= ${LIBSA}
+LIBS= ${LIBSA} ${LIBKERN}
DPADD= ${LIBS}
CLEANFILES+= sboot.srec
Home |
Main Index |
Thread Index |
Old Index