Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Switch libkern back to a library 'caus...
details: https://anonhg.NetBSD.org/src/rev/ba89a3486184
branches: trunk
changeset: 480022:ba89a3486184
user: eeh <eeh%NetBSD.org@localhost>
date: Thu Dec 30 16:19:00 1999 +0000
description:
Switch libkern back to a library 'cause bzero's back in locore.s.
diffstat:
sys/arch/sparc64/conf/Makefile.sparc64 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c5a849dfe132 -r ba89a3486184 sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64 Thu Dec 30 16:09:47 1999 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64 Thu Dec 30 16:19:00 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sparc64,v 1.13 1999/11/21 00:17:18 eeh Exp $
+# $NetBSD: Makefile.sparc64,v 1.14 1999/12/30 16:19:00 eeh Exp $
# Makefile for NetBSD
#
@@ -71,7 +71,7 @@
%INCLUDES
### find out what to use for libkern
-KERN_AS= obj
+# KERN_AS= obj # bcopy, bzero, memcpy, memset, etc. are in locore.s
.include "$S/lib/libkern/Makefile.inc"
.ifndef PROF
LIBKERN= ${KERNLIB}
Home |
Main Index |
Thread Index |
Old Index