From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: (no subject) Date: Fri, 23 Sep 2005 17:28:07 -0700 Message-ID: <3d8eece205092317283031cf91@mail.gmail.com> References: <516F50407E01324991DD6D07B0531AD569604D@cacexc12.americas.cpqcorp.net> Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <516F50407E01324991DD6D07B0531AD569604D@cacexc12.americas.cpqcorp.net> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Magenheimer, Dan (HP Labs Fort Collins)" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 9/23/05, Magenheimer, Dan (HP Labs Fort Collins) wrote: > Oops, I tried it only using a cross-compiler. When I compiled > natively on ia64, it is still necessary to specify > LINUX_ARCH=3Dia64 on the make-line, else I get x86 configs. > > I think the fix is to change in buildconfig/Rules.mk from > > ifneq ($(ARCH),ia64) > to > ifneq ($(XEN_TARGET_ARCH),ia64) > > I'll roll this fix in at the next merge with xen-ia64-unstable. Yes, thanks! christian