[kernel] r18884 - in dists/trunk/linux-tools/debian: . build/tools/perf

Ben Hutchings benh at alioth.debian.org
Sat Mar 24 23:15:57 UTC 2012


Author: benh
Date: Sat Mar 24 23:15:55 2012
New Revision: 18884

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

Modified:
   dists/trunk/linux-tools/debian/build/tools/perf/Makefile
   dists/trunk/linux-tools/debian/changelog

Modified: dists/trunk/linux-tools/debian/build/tools/perf/Makefile
==============================================================================
--- dists/trunk/linux-tools/debian/build/tools/perf/Makefile	Sat Mar 24 23:14:17 2012	(r18883)
+++ dists/trunk/linux-tools/debian/build/tools/perf/Makefile	Sat Mar 24 23:15:55 2012	(r18884)
@@ -4,10 +4,14 @@
 
 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)

Modified: dists/trunk/linux-tools/debian/changelog
==============================================================================
--- dists/trunk/linux-tools/debian/changelog	Sat Mar 24 23:14:17 2012	(r18883)
+++ dists/trunk/linux-tools/debian/changelog	Sat Mar 24 23:15:55 2012	(r18884)
@@ -2,6 +2,7 @@
 
   * 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 at decadent.org.uk>  Sun, 11 Mar 2012 02:08:45 +0000
 



More information about the Kernel-svn-changes mailing list