diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-02 22:24:34 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-02 22:24:34 +0000 |
commit | 630a7f75e836b2d8669e571af9c5aa5b180c6ca8 (patch) | |
tree | f6447fd4fe3177a8df029f6ce9ebd47dc9f60071 /Makefile | |
parent | 85571d8d01a091c36bbbf13f72c0f8733663f923 (diff) | |
download | busybox-630a7f75e836b2d8669e571af9c5aa5b180c6ca8.tar.gz |
Remove stray debug instrumentation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -161,7 +161,7 @@ export srctree objtree VPATH TOPDIR # Default value for CROSS_COMPILE is not to prefix executables # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile -CROSS_COMPILE ?= +CROSS_COMPILE ?= # bbox: we may have CONFIG_CROSS_COMPILER_PREFIX in .config, # and it has not been included yet... thus using an awkward syntax. ifeq ($(CROSS_COMPILE),) @@ -186,8 +186,7 @@ SUBARCH := $(shell echo $(SUBARCH) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ -e s/s390x/s390/ -e s/parisc64/parisc/ \ -e s/ppc.*/powerpc/ -e s/mips.*/mips/ ) -ARCH ?= $(SUBARCH) -$(warning ARCH=$(ARCH) SUBARCH=$(SUBARCH)) +ARCH ?= $(SUBARCH) # Architecture as present in compile.h UTS_MACHINE := $(ARCH) |