From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Magenheimer, Dan (HP Labs Fort Collins)" Subject: RE: (no subject) Date: Wed, 21 Sep 2005 13:49:49 -0700 Message-ID: <516F50407E01324991DD6D07B0531AD5695EDD@cacexc12.americas.cpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Content-class: urn:content-classes:message List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christian Limpach Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > > I suppose it would be nice if on ia64 just 'make' did the > > right thing, e.g. set LINUX_ARCH=3Dia64 without the need to > > specify it on the command line. In that case, adding it > > to all the calls to mkbuildtree is necessary. How do > > I set LINUX_ARCH in Rules.mk so that it is set to 'xen' > > if x86 (or x86_64) and the architecture it is running on > > (e.g. ia64) otherwise? >=20 > I'll check it in tomorrow, and I'll make it set LINUX_ARCH > dependent on ARCH, like you did in your original patch... Thanks very much! I tried it and it works great! Using this, I have started committing files into the ia64 subdirs of -sparse in xen-ia64-unstable.hg which will be pulled into the xen-unstable tree at the next sync. I have already built and tested a "driver-less" domain0 from -sparse. Dan