* Fix s390x support.

svn path=/dists/sid/linux-tools/; revision=18297
This commit is contained in:
Aurelien Jarno 2011-11-19 18:55:14 +00:00
parent 7a1642ecbf
commit 788702d28f
3 changed files with 8 additions and 2 deletions

View File

@ -17,7 +17,7 @@ else ifeq ($(DEB_HOST_ARCH_CPU),powerpc64)
else ifeq ($(DEB_HOST_ARCH_CPU),s390)
KERNEL_ARCH_PERF = s390
else ifeq ($(DEB_HOST_ARCH_CPU),s390x)
KERNEL_ARCH_PERF = s390x
KERNEL_ARCH_PERF = s390
else ifeq ($(DEB_HOST_ARCH_CPU),sh4)
KERNEL_ARCH_PERF = sh
else ifeq ($(DEB_HOST_ARCH_CPU),sparc)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux-tools (3.1.1-3) UNRELEASED; urgency=low
* Fix s390x support.
-- Aurelien Jarno <aurel32@debian.org> Fri, 18 Nov 2011 17:26:51 +0100
linux-tools (3.1.1-2) unstable; urgency=low
* Change the check for stale debian/control to tolerate binNMUs

2
debian/rules.real vendored
View File

@ -5,7 +5,7 @@ include debian/rules.defs
DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
binary-arch: install-kbuild
ifneq ($(filter alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 sh4 sparc sparc64,$(DEB_BUILD_ARCH)),)
ifneq ($(filter alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 s390x sh4 sparc sparc64,$(DEB_BUILD_ARCH)),)
binary-arch: install-tools
endif