From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [kvm-unit-tests PATCH v2 2/4] configure: emit HOST=$host to config.mak Date: Tue, 7 Jul 2015 13:43:29 +0200 Message-ID: <20150707114329.GE3381@hawk.localdomain> References: <1436252613-1540-1-git-send-email-alex.bennee@linaro.org> <1436252613-1540-3-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Alex =?iso-8859-1?Q?Benn=E9e?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42744 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756624AbbGGLnc (ORCPT ); Tue, 7 Jul 2015 07:43:32 -0400 Content-Disposition: inline In-Reply-To: <1436252613-1540-3-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jul 07, 2015 at 08:03:31AM +0100, Alex Benn=E9e wrote: > This is useful information for the run scripts to know, especially if > they want to drop to using TCG. >=20 > Signed-off-by: Alex Benn=E9e > --- > configure | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/configure b/configure > index b2ad32a..078b70c 100755 > --- a/configure > +++ b/configure > @@ -7,6 +7,7 @@ ld=3Dld > objcopy=3Dobjcopy > ar=3Dar > arch=3D`uname -m | sed -e s/i.86/i386/ | sed -e 's/arm.*/arm/'` > +host=3D$arch > cross_prefix=3D > =20 > usage() { > @@ -122,6 +123,7 @@ ln -s $asm lib/asm > cat < config.mak > PREFIX=3D$prefix > KERNELDIR=3D$(readlink -f $kerneldir) > +HOST=3D$host > ARCH=3D$arch > ARCH_NAME=3D$arch_name > PROCESSOR=3D$processor > --=20 > 2.4.5 Reviewed-by: Andrew Jones >=20 > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html