From 7d0cee1a70ab9c6d77a5ca26180767d5472a4a27 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 1 Feb 2015 01:53:11 +0000 Subject: [PATCH] [mips*] Add the necessary CPU name mapping for linux-tools svn path=/dists/trunk/linux-tools/; revision=22329 --- debian/build/tools/perf/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/build/tools/perf/Makefile b/debian/build/tools/perf/Makefile index d21a33d29..fa1b0b8ab 100644 --- a/debian/build/tools/perf/Makefile +++ b/debian/build/tools/perf/Makefile @@ -16,6 +16,14 @@ else ifeq ($(DEB_HOST_ARCH_CPU),hppa) KERNEL_ARCH_PERF = parisc else ifeq ($(DEB_HOST_ARCH_CPU),i386) KERNEL_ARCH_PERF = i386 +else ifeq ($(DEB_HOST_ARCH_CPU),mips) + KERNEL_ARCH_PERF = mips +else ifeq ($(DEB_HOST_ARCH_CPU),mips64) + KERNEL_ARCH_PERF = mips +else ifeq ($(DEB_HOST_ARCH_CPU),mips64el) + KERNEL_ARCH_PERF = mips +else ifeq ($(DEB_HOST_ARCH_CPU),mipsel) + KERNEL_ARCH_PERF = mips else ifeq ($(DEB_HOST_ARCH_CPU),powerpc) KERNEL_ARCH_PERF = powerpc else ifeq ($(DEB_HOST_ARCH_CPU),powerpc64)