aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-02 22:24:34 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-02 22:24:34 +0000
commit630a7f75e836b2d8669e571af9c5aa5b180c6ca8 (patch)
treef6447fd4fe3177a8df029f6ce9ebd47dc9f60071
parent85571d8d01a091c36bbbf13f72c0f8733663f923 (diff)
downloadbusybox-w32-630a7f75e836b2d8669e571af9c5aa5b180c6ca8.tar.gz
busybox-w32-630a7f75e836b2d8669e571af9c5aa5b180c6ca8.tar.bz2
busybox-w32-630a7f75e836b2d8669e571af9c5aa5b180c6ca8.zip
Remove stray debug instrumentation
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 78c701ec0..aad67a1a8 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ export srctree objtree VPATH TOPDIR
161# Default value for CROSS_COMPILE is not to prefix executables 161# Default value for CROSS_COMPILE is not to prefix executables
162# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile 162# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
163 163
164CROSS_COMPILE ?= 164CROSS_COMPILE ?=
165# bbox: we may have CONFIG_CROSS_COMPILER_PREFIX in .config, 165# bbox: we may have CONFIG_CROSS_COMPILER_PREFIX in .config,
166# and it has not been included yet... thus using an awkward syntax. 166# and it has not been included yet... thus using an awkward syntax.
167ifeq ($(CROSS_COMPILE),) 167ifeq ($(CROSS_COMPILE),)
@@ -186,8 +186,7 @@ SUBARCH := $(shell echo $(SUBARCH) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
186 -e s/s390x/s390/ -e s/parisc64/parisc/ \ 186 -e s/s390x/s390/ -e s/parisc64/parisc/ \
187 -e s/ppc.*/powerpc/ -e s/mips.*/mips/ ) 187 -e s/ppc.*/powerpc/ -e s/mips.*/mips/ )
188 188
189ARCH ?= $(SUBARCH) 189ARCH ?= $(SUBARCH)
190$(warning ARCH=$(ARCH) SUBARCH=$(SUBARCH))
191 190
192# Architecture as present in compile.h 191# Architecture as present in compile.h
193UTS_MACHINE := $(ARCH) 192UTS_MACHINE := $(ARCH)