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/71eb6f387981
branches: trunk
changeset: 978330:71eb6f387981
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 089a887e2a3d -r 71eb6f387981 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