* [PATCH] ARM: OMAP: Add ARM subarch and cross-compile again
@ 2006-12-22 10:00 Dirk Behme
2006-12-22 20:27 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2006-12-22 10:00 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 191 bytes --]
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>
[-- Attachment #2: omap_makefile_patch.txt --]
[-- Type: text/plain, Size: 739 bytes --]
Index: linux-osk/Makefile
===================================================================
--- linux-osk.orig/Makefile
+++ linux-osk/Makefile
@@ -166,6 +166,8 @@ SUBARCH := $(shell uname -m | sed -e s/i
-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
# 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)
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-22 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-22 10:00 [PATCH] ARM: OMAP: Add ARM subarch and cross-compile again Dirk Behme
2006-12-22 20:27 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox