Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/dtrace Add syscall_linux back for other arm arch...



details:   https://anonhg.NetBSD.org/src/rev/8dbe8661e9ed
branches:  trunk
changeset: 465802:8dbe8661e9ed
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Dec 04 10:12:47 2019 +0000

description:
Add syscall_linux back for other arm architectures (accidently removed
in previous)

diffstat:

 sys/modules/dtrace/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f977937ea771 -r 8dbe8661e9ed sys/modules/dtrace/Makefile
--- a/sys/modules/dtrace/Makefile       Wed Dec 04 09:34:12 2019 +0000
+++ b/sys/modules/dtrace/Makefile       Wed Dec 04 10:12:47 2019 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.7 2019/12/03 22:10:56 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.8 2019/12/04 10:12:47 martin Exp $
 # $FreeBSD: src/sys/modules/dtrace/Makefile,v 1.6.2.1 2009/08/03 08:13:06 kensmith Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=                dtrace sdt fbt lockstat profile syscall
 
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} != "aarch64"
 SUBDIR+=       linux_syscall
 .endif
 



Home | Main Index | Thread Index | Old Index