aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2006-06-29 09:30:55 +0000
committerBastian Blank <waldi@debian.org>2006-06-29 09:30:55 +0000
commit12174b693ce4c7d1c016dbd0811509c1177994ef (patch)
treec04f1ebe43446cafac5878e92d3b681604365b78
parent1adb3f17c28916a9469ea5b38f5c26098c58644d (diff)
downloadkernel_replicant_linux-12174b693ce4c7d1c016dbd0811509c1177994ef.tar.gz
kernel_replicant_linux-12174b693ce4c7d1c016dbd0811509c1177994ef.tar.bz2
kernel_replicant_linux-12174b693ce4c7d1c016dbd0811509c1177994ef.zip
debian/rules.real: Use KERNEL_ARCH, not ARCH.
svn path=/dists/trunk/linux-2.6/; revision=6921
-rw-r--r--debian/rules.real2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.real b/debian/rules.real
index 315daf1e831a..365caa873cd9 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -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'