Remove stray debug instrumentation

This commit is contained in:
Denis Vlasenko 2008-06-02 22:24:34 +00:00
parent 85571d8d01
commit 630a7f75e8

View File

@ -187,7 +187,6 @@ SUBARCH := $(shell echo $(SUBARCH) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
-e s/ppc.*/powerpc/ -e s/mips.*/mips/ )
ARCH ?= $(SUBARCH)
$(warning ARCH=$(ARCH) SUBARCH=$(SUBARCH))
# Architecture as present in compile.h
UTS_MACHINE := $(ARCH)