From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] Add INSTALL file Date: Tue, 21 Oct 2014 11:40:17 +0200 Message-ID: <20141021094017.GA24647@aepfle.de> References: <1413557458-20322-1-git-send-email-olaf@aepfle.de> <5442D1FC.4050704@linaro.org> <20141020081125.GB13325@aepfle.de> <5444FF00.6080401@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <5444FF00.6080401@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: Stefano Stabellini , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, Oct 20, Julien Grall wrote: > The typical command line to build arm is: > > make XEN_TARGET_ARCH=arm32 CROSS_COMPILE=arm-linux-gnueabihf- .... What gets cross compiled in this case? I can imagine its just for xen itself? I think the tools build would need a cross-pkgconfig and all that? Olaf