Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/tprof Support aarch64eb; just works fine.



details:   https://anonhg.NetBSD.org/src/rev/8e830b4856b7
branches:  trunk
changeset: 946127:8e830b4856b7
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Nov 17 10:47:17 2020 +0000

description:
Support aarch64eb; just works fine.

diffstat:

 usr.sbin/tprof/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 43d7de5269c8 -r 8e830b4856b7 usr.sbin/tprof/Makefile
--- a/usr.sbin/tprof/Makefile   Tue Nov 17 10:35:10 2020 +0000
+++ b/usr.sbin/tprof/Makefile   Tue Nov 17 10:47:17 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2019/01/27 05:12:30 kre Exp $
+#      $NetBSD: Makefile,v 1.10 2020/11/17 10:47:17 rin Exp $
 
 .PATH: ${.CURDIR}/arch
 
@@ -10,7 +10,7 @@
 SRCS+= tprof_x86.c
 .elif  !empty(MACHINE_ARCH:M*armv7*)
 SRCS+= tprof_armv7.c
-.elif  ${MACHINE_ARCH} == "aarch64"
+.elif  !empty(MACHINE_ARCH:Maarch64*)
 SRCS+= tprof_armv8.c
 .else
 SRCS+= tprof_noarch.c



Home | Main Index | Thread Index | Old Index