All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ioemu: 'lib64' is Linux-specific
@ 2008-01-23 21:22 john.levon
  2008-01-23 21:33 ` Daniel P. Berrange
  0 siblings, 1 reply; 4+ messages in thread
From: john.levon @ 2008-01-23 21:22 UTC (permalink / raw)
  To: xen-devel

# HG changeset patch
# User john.levon@sun.com
# Date 1201123340 28800
# Node ID 7e4475e2a9ea0757596627bf86c4626b83bed2f2
# Parent  433792312a402e3169c7453e0a82a4c85f6f65f1
ioemu: 'lib64' is Linux-specific

Only use libdir == 'lib64' on Linux.

Signed-off-by: John Levon <john.levon@sun.com>

diff --git a/tools/ioemu/configure b/tools/ioemu/configure
--- a/tools/ioemu/configure
+++ b/tools/ioemu/configure
@@ -42,7 +42,7 @@ case "$XEN_TARGET_ARCH" in
   ;;
   x86_64)
     cpu="x86_64"
-    libdir="lib64"
+    [ `uname -s` = "Linux" ] && libdir="lib64"
   ;;
   *)
     cpu="unknown"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-01-24  0:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-23 21:22 [PATCH] ioemu: 'lib64' is Linux-specific john.levon
2008-01-23 21:33 ` Daniel P. Berrange
2008-01-23 21:56   ` John Levon
2008-01-24  0:01     ` Samuel Thibault

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.