xen-devel
RE: [Xen-devel] (no subject)
> -----Original Message-----
> From: Magenheimer, Dan (HP Labs Fort Collins)
> Sent: Wednesday, September 21, 2005 2:50 PM
> To: 'Christian Limpach'
> Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
> Subject: RE: [Xen-devel] (no subject)
>
> > > I suppose it would be nice if on ia64 just 'make' did the
> > > right thing, e.g. set LINUX_ARCH=ia64 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?
> >
> > 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.
Oops, I tried it only using a cross-compiler. When I compiled
natively on ia64, it is still necessary to specify
LINUX_ARCH=ia64 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.
Thanks,
Dan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- RE: [Xen-devel] (no subject), (continued)
- RE: [Xen-devel] (no subject), Magenheimer, Dan (HP Labs Fort Collins)
- RE: [Xen-devel] (no subject), Magenheimer, Dan (HP Labs Fort Collins)
- RE: [Xen-devel] (no subject), Magenheimer, Dan (HP Labs Fort Collins)
- RE: [Xen-devel] (no subject), Magenheimer, Dan (HP Labs Fort Collins)
- RE: [Xen-devel] (no subject), Magenheimer, Dan (HP Labs Fort Collins)
- RE: [Xen-devel] (no subject), Magenheimer, Dan (HP Labs Fort Collins)
- RE: [Xen-devel] (no subject),
Magenheimer, Dan (HP Labs Fort Collins) <=
- [Xen-devel] (no subject), Li, Chengyuan
|
|
|