From: Dirk Behme Date: Fri, 22 Dec 2006 20:26:59 +0000 (-0800) Subject: ARM: OMAP: Add ARM subarch and cross-compile again X-Git-Tag: v2.6.21-omap1~200 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=098bf5d38af34129921e5f124e973fa27ec50013;p=linux-2.6-omap-h63xx.git ARM: OMAP: Add ARM subarch and cross-compile again ARM: OMAP: For convenience, switch subarch and cross-compile of top level Makefile to ARM again. Seems to be lost somewhere while merge. Signed-off-by: Dirk Behme Signed-off-by: Tony Lindgren --- diff --git a/Makefile b/Makefile index 19797d2f951..183278c1af7 100644 --- a/Makefile +++ b/Makefile @@ -166,6 +166,8 @@ SUBARCH := $(shell uname -m | 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/ ) +SUBARCH := arm + # Cross compiling and selecting different set of gcc/bin-utils # --------------------------------------------------------------------------- # @@ -186,7 +188,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile ARCH ?= $(SUBARCH) -CROSS_COMPILE ?= +CROSS_COMPILE ?= arm-linux- # Architecture as present in compile.h UTS_MACHINE := $(ARCH)