From c19b71e6402e3ae6e02ba41da6ab028ece4f052c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 24 Mar 2012 23:15:55 +0000 Subject: [PATCH] linux-tools: Build perf on alpha and hppa (Closes: #664834) svn path=/dists/trunk/linux-tools/; revision=18884 --- debian/build/tools/perf/Makefile | 6 +++++- debian/changelog | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/build/tools/perf/Makefile b/debian/build/tools/perf/Makefile index ec91e9b92..916465d75 100644 --- a/debian/build/tools/perf/Makefile +++ b/debian/build/tools/perf/Makefile @@ -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) diff --git a/debian/changelog b/debian/changelog index 9445fba94..5e415a9c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 11 Mar 2012 02:08:45 +0000