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 Need assym.h for libkern



details:   https://anonhg.NetBSD.org/src/rev/383c6633bd26
branches:  trunk
changeset: 785553:383c6633bd26
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 19 19:59:40 2013 +0000

description:
Need assym.h for libkern

diffstat:

 sys/arch/sparc64/conf/Makefile.sparc64 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0935f399c63b -r 383c6633bd26 sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64    Tue Mar 19 17:11:13 2013 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64    Tue Mar 19 19:59:40 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sparc64,v 1.72 2013/03/10 07:18:21 christos Exp $
+#      $NetBSD: Makefile.sparc64,v 1.73 2013/03/19 19:59:40 christos Exp $
 
 #=========================================================================
 #
@@ -99,6 +99,9 @@
 mp_subr.o:     ${SPARC64}/sparc64/mp_subr.S assym.h
        ${NORMAL_S}
 
+# Our libkern needs stuff from assym.h for memcpy and memset.
+dependkernlib: assym.h
+
 ##
 ## (5) link settings
 ##



Home | Main Index | Thread Index | Old Index