]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Add ARM subarch and cross-compile again
authorDirk Behme <dirk.behme_at_gmail.com>
Fri, 22 Dec 2006 20:26:59 +0000 (12:26 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 22 Dec 2006 20:26:59 +0000 (12:26 -0800)
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 <dirk.behme_at_gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Makefile

index 19797d2f951c98565658e2b2760e400eaa174239..183278c1af7f956af77607bc4574830d8361fd49 100644 (file)
--- 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)