Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/dtrace/lockstat Remove hf and eb. Rin Okuyama



details:   https://anonhg.NetBSD.org/src/rev/2719cfd16b93
branches:  trunk
changeset: 343188:2719cfd16b93
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 16:44:16 2016 +0000

description:
Remove hf and eb. Rin Okuyama

diffstat:

 sys/modules/dtrace/lockstat/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 806a6662eab8 -r 2719cfd16b93 sys/modules/dtrace/lockstat/Makefile
--- a/sys/modules/dtrace/lockstat/Makefile      Sun Jan 24 16:27:38 2016 +0000
+++ b/sys/modules/dtrace/lockstat/Makefile      Sun Jan 24 16:44:16 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2016/01/24 01:12:06 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2016/01/24 16:44:16 christos Exp $
 
 .include "../../Makefile.inc"
 
@@ -12,9 +12,9 @@
 CPPFLAGS+=     -DKDTRACE_HOOKS
 
 .if !empty(MACHINE_ARCH:Mearm*)
-ARMV:= ${MACHINE_ARCH:S/earmv//}
+ARMV:= ${MACHINE_ARCH:S/earmv//:S/eb//:S/hf//}
 .elif !empty(MACHINE_ARCH:Marm*)
-ARMV:= ${MACHINE_ARCH:S/armv//}
+ARMV:= ${MACHINE_ARCH:S/armv//:S/eb//:S/hf//}
 .else
 ARMV:= 0
 .endif



Home | Main Index | Thread Index | Old Index