[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110919142150.GA2111@adam-laptop>
Date: Mon, 19 Sep 2011 22:21:50 +0800
From: Adam Lee <adam8157@...il.com>
To: Michal Marek <mmarek@...e.cz>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] allow make ARCH="the machine hardware name"
This patch add support for make ARCH="the machine hardware name"(`uname
-m).
UTS_MACHINE is not always the same as SRCARCH, for example, s390x, we
should set UTS_MACHINE=s390x, and SRCARCH=s390. This patch makes that
right when "make ARCH=s390x".
And it avoid some error during invocation of make when ARCH set as
s390x, ppc64 or some machine hardware name else.
Signed-off-by: Adam Lee <adam8157@...il.com>
View attachment "allow-make-ARCH-the-machine-hardware-name.patch" of type "text/x-diff" (1443 bytes)
Powered by blists - more mailing lists