Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libkvm mips needs _KMEMUSER for label_t in pcb.h
details: https://anonhg.NetBSD.org/src/rev/b33ed76e4a1e
branches: trunk
changeset: 343184:b33ed76e4a1e
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 24 16:07:48 2016 +0000
description:
mips needs _KMEMUSER for label_t in pcb.h
diffstat:
lib/libkvm/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r fa59fd937a52 -r b33ed76e4a1e lib/libkvm/Makefile
--- a/lib/libkvm/Makefile Sun Jan 24 16:01:56 2016 +0000
+++ b/lib/libkvm/Makefile Sun Jan 24 16:07:48 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2014/08/10 23:39:08 matt Exp $
+# $NetBSD: Makefile,v 1.51 2016/01/24 16:07:48 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
WARNS= 3
@@ -70,5 +70,9 @@
CPPFLAGS+= -I.
.endif # }
+.if (${MACHINE_ARCH} == "mips")
+CPPFLAGS+= -D_KMEMUSER
+.endif
+
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index