|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Clean up unmodified_drivers mkbuildtree script
On Fri, 2006-09-01 at 16:04 -0500, Travis Betak wrote:
> The current mkbuildtree script uses `uname -m` when linking the
> directories from the xen-sparse directory to unmodified_drivers. This
> doesn't work out well if you are building 32-bit modules on a 64-bit
> system.
>
> This patch makes the architecture to be linked against a command line
> option -- currently i386 or x86_64. It also cleans up the indentation a
> bit.
>
> Any comments? Better ideas?
You could copy headers for all architectures to asm-$ARCH and have asm
be a symlink created at build time based on $ARCH, similar to how the
asm symlink in Linux is handled.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|