[mips*] Add the necessary CPU name mapping for linux-tools

svn path=/dists/trunk/linux-tools/; revision=22329
This commit is contained in:
Ben Hutchings 2015-02-01 01:53:11 +00:00
parent 93d340e304
commit 7d0cee1a70
1 changed files with 8 additions and 0 deletions

View File

@ -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)