[kernel] r22321 - dists/sid/linux-tools/debian/build/tools/perf

Ben Hutchings benh at moszumanska.debian.org
Sat Jan 31 23:04:39 UTC 2015


Author: benh
Date: Sat Jan 31 23:04:38 2015
New Revision: 22321

Log:
[arm64] Build perf with libunwind, even though we don't on armel and armhf

Modified:
   dists/sid/linux-tools/debian/build/tools/perf/Makefile

Modified: dists/sid/linux-tools/debian/build/tools/perf/Makefile
==============================================================================
--- dists/sid/linux-tools/debian/build/tools/perf/Makefile	Sat Jan 31 21:21:32 2015	(r22320)
+++ dists/sid/linux-tools/debian/build/tools/perf/Makefile	Sat Jan 31 23:04:38 2015	(r22321)
@@ -14,6 +14,7 @@
   KERNEL_ARCH_PERF = arm
 else ifeq ($(DEB_HOST_ARCH_CPU),arm64)
   KERNEL_ARCH_PERF = arm64
+  NO_LIBUNWIND=
 else ifeq ($(DEB_HOST_ARCH_CPU),hppa)
   KERNEL_ARCH_PERF = parisc
 else ifeq ($(DEB_HOST_ARCH_CPU),i386)



More information about the Kernel-svn-changes mailing list