|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [Xen-changelog] Added auxbin module, for handling auxill
On Tue, 2005-10-11 at 14:32 +0000, Xen patchbot -unstable wrote:
> +def path():
> + machine = os.uname()[4]
> + if machine.find('64') != -1 and os.path.exists(LIB_BIN_64):
> + return LIB_BIN_64
> + else:
> + return LIB_BIN_32
This will break on ia64. Itanium doesn't use lib64 paths. So you
really want to check against explicit values for the arch
Jeremy
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Re: [Xen-changelog] Added auxbin module, for handling auxillary binaries.,
Jeremy Katz <=
|
|
|
|
|