From 7402207f8c91eaae51dd9cbc2115040f9053579e Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 9 Mar 2009 09:18:08 +0000 Subject: [IA64] fix issue of can not find the qemu-dm in ia64 IA64 uses the /usr/lib/ for xen. We do not=20 need to check the arch_libdir in ia64. It will return the wrong value to arch_libdir. And guest can not boot. Signed-off-by: Yang Zhang --- tools/examples/xmexample.vti | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/examples') diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti index 19070f2a98..d93c6531ac 100644 --- a/tools/examples/xmexample.vti +++ b/tools/examples/xmexample.vti @@ -9,8 +9,6 @@ import os, re arch_libdir = 'lib' arch = os.uname()[4] -if os.uname()[0] == 'Linux' and re.search('64', arch): - arch_libdir = 'lib64' #---------------------------------------------------------------------------- # Kernel image file. -- cgit v1.2.3