debian/rules.real: Use KERNEL_ARCH, not ARCH.

svn path=/dists/trunk/linux-2.6/; revision=6921
This commit is contained in:
Bastian Blank 2006-06-29 09:30:55 +00:00
parent 1adb3f17c2
commit 12174b693c
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -137,7 +137,7 @@ define SETUP_DIR
cp -al '$(SOURCE_DIR)' '$(DIR)'
cp '$(CONFIG)' '$(DIR)/.config'
echo '$(ABINAME)$(LOCALVERSION)' > '$(DIR)/localversion'
echo 'override ARCH = $(ARCH)' >> '$(DIR)/.kernelvariables'
echo 'override ARCH = $(KERNEL_ARCH)' >> '$(DIR)/.kernelvariables'
echo 'CCACHE = ccache' >> '$(DIR)/.kernelvariables'
echo 'CC = $$(if $$(DEBIAN_KERNEL_USE_CCACHE),$$(CCACHE)) $$(CROSS_COMPILE)$(COMPILER)' >> '$(DIR)/.kernelvariables'
echo 'ifneq ($$(DEB_BUILD_ARCH),$$(DEB_HOST_ARCH))' >> '$(DIR)/.kernelvariables'