From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [kvm-unit-tests PATCH 2/7] configure: emit HOST=$host to config.mak Date: Mon, 6 Jul 2015 14:57:00 +0200 Message-ID: <20150706125700.GD17217@hawk.localdomain> References: <1435931327-8073-1-git-send-email-alex.bennee@linaro.org> <1435931327-8073-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]:41137 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753115AbbGFM5D (ORCPT ); Mon, 6 Jul 2015 08:57:03 -0400 Content-Disposition: inline In-Reply-To: <1435931327-8073-3-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jul 03, 2015 at 02:48:42PM +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 >=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 Looks good to me.