linux-tools: Build perf on alpha and hppa (Closes: #664834)

svn path=/dists/trunk/linux-tools/; revision=18884
This commit is contained in:
Ben Hutchings 2012-03-24 23:15:55 +00:00
parent d071ffbed5
commit c19b71e640
2 changed files with 6 additions and 1 deletions

View File

@ -4,10 +4,14 @@ include ../../Makefile.inc
DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
ifeq ($(DEB_HOST_ARCH_CPU),amd64)
ifeq ($(DEB_HOST_ARCH_CPU),alpha)
KERNEL_ARCH_PERF = alpha
else ifeq ($(DEB_HOST_ARCH_CPU),amd64)
KERNEL_ARCH_PERF = x86
else ifeq ($(DEB_HOST_ARCH_CPU),arm)
KERNEL_ARCH_PERF = arm
else ifeq ($(DEB_HOST_ARCH_CPU),hppa)
KERNEL_ARCH_PERF = parisc
else ifeq ($(DEB_HOST_ARCH_CPU),i386)
KERNEL_ARCH_PERF = x86
else ifeq ($(DEB_HOST_ARCH_CPU),powerpc)

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ linux-tools (3.3-1~experimental.1) UNRELEASED; urgency=low
* New upstream release candidate
* linux-kbuild: debian/control: Set Multi-Arch: foreign
* linux-tools: Build perf on alpha and hppa (Closes: #664834)
-- Ben Hutchings <ben@decadent.org.uk> Sun, 11 Mar 2012 02:08:45 +0000