mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
linux-tools: Build perf on alpha and hppa (Closes: #664834)
svn path=/dists/trunk/linux-tools/; revision=18884
This commit is contained in:
6
debian/build/tools/perf/Makefile
vendored
6
debian/build/tools/perf/Makefile
vendored
@@ -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)
|
||||
|
||||
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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 <ben@decadent.org.uk> Sun, 11 Mar 2012 02:08:45 +0000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user