lkml.org 
[lkml]   [2008]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] kbuild: include localarch for simple cross overrides
Date
For people banging on kernel trees which are dedicated to a specific arch,
it'd be nice to allow the repo itself to declare the default ARCH (and
CROSS_COMPILE) easily. Just like the "localversion-*" files, people can
just do:
echo 'ARCH ?= blackfin' > localarch
and the tree will default to 'blackfin' all the time rather than whatever
the build machine happens to be.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index a7f2068..7fa1f81 100644
--- a/Makefile
+++ b/Makefile
@@ -180,6 +180,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
# make ARCH=ia64
# Another way is to have ARCH set in the environment.
# The default ARCH is the host where make is executed.
+-include localarch

# CROSS_COMPILE specify the prefix used for all executables used
# during compilation. Only gcc and related bin-utils executables
--
1.6.0.2


\
 
 \ /
  Last update: 2008-10-29 19:23    [W:0.129 / U:0.624 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site