On Thu, Nov 29, 2012 at 11:40:29PM +0100, Mike Hommey wrote: > Package: linux-tools-3.6 > Version: 3.6-1~experimental.1 > Severity: important > > debian/build/tools/perf/Makefile reads: > else ifeq ($(DEB_HOST_ARCH_CPU),amd64) > KERNEL_ARCH_PERF = x86 > > This should really be: > else ifeq ($(DEB_HOST_ARCH_CPU),amd64) > KERNEL_ARCH_PERF = x86_64 > > Because tools/perf/Makefile has special cases for ARCH=x86_64. This is > especially important on 3.7 when building with libunwind.
Note 'arch/x86/lib/memset_64.S' also needs to be added near 'arch/x86/lib/memcpy_64.S' in debian/bin/genorig.py. Mike -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

