[kernel] r22329 - dists/trunk/linux-tools/debian/build/tools/perf
Ben Hutchings
benh at moszumanska.debian.org
Sun Feb 1 01:53:12 UTC 2015
Author: benh
Date: Sun Feb 1 01:53:11 2015
New Revision: 22329
Log:
[mips*] Add the necessary CPU name mapping for linux-tools
Modified:
dists/trunk/linux-tools/debian/build/tools/perf/Makefile
Modified: dists/trunk/linux-tools/debian/build/tools/perf/Makefile
==============================================================================
--- dists/trunk/linux-tools/debian/build/tools/perf/Makefile Sun Feb 1 00:54:23 2015 (r22328)
+++ dists/trunk/linux-tools/debian/build/tools/perf/Makefile Sun Feb 1 01:53:11 2015 (r22329)
@@ -16,6 +16,14 @@
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)
More information about the Kernel-svn-changes
mailing list