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

Ben Hutchings benh at moszumanska.debian.org
Mon May 11 00:32:21 UTC 2015


Author: benh
Date: Mon May 11 00:32:20 2015
New Revision: 22594

Log:
linux-tools: Set ARCH=x86 when building for either amd64 or i386

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	Mon May 11 00:27:16 2015	(r22593)
+++ dists/trunk/linux-tools/debian/build/tools/perf/Makefile	Mon May 11 00:32:20 2015	(r22594)
@@ -7,7 +7,7 @@
 ifeq ($(DEB_HOST_ARCH_CPU),alpha)
   KERNEL_ARCH_PERF = alpha
 else ifeq ($(DEB_HOST_ARCH_CPU),amd64)
-  KERNEL_ARCH_PERF = x86_64
+  KERNEL_ARCH_PERF = x86
 else ifeq ($(DEB_HOST_ARCH_CPU),arm)
   KERNEL_ARCH_PERF = arm
 else ifeq ($(DEB_HOST_ARCH_CPU),arm64)
@@ -15,7 +15,7 @@
 else ifeq ($(DEB_HOST_ARCH_CPU),hppa)
   KERNEL_ARCH_PERF = parisc
 else ifeq ($(DEB_HOST_ARCH_CPU),i386)
-  KERNEL_ARCH_PERF = i386
+  KERNEL_ARCH_PERF = x86
 else ifeq ($(DEB_HOST_ARCH_CPU),mips)
   KERNEL_ARCH_PERF = mips
 else ifeq ($(DEB_HOST_ARCH_CPU),mips64)

Modified: dists/trunk/linux-tools/debian/changelog
==============================================================================
--- dists/trunk/linux-tools/debian/changelog	Mon May 11 00:27:16 2015	(r22593)
+++ dists/trunk/linux-tools/debian/changelog	Mon May 11 00:32:20 2015	(r22594)
@@ -3,6 +3,7 @@
   * New upstream release
   * linux-tools: Add version suffix to the new perf-read-vdso{,x}32
     commands
+  * linux-tools: Set ARCH=x86 when building for either amd64 or i386
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 11 May 2015 00:46:20 +0100
 



More information about the Kernel-svn-changes mailing list