All of lore.kernel.org
 help / color / mirror / Atom feed
From: john.levon@sun.com
To: xen-devel@lists.xensource.com
Subject: [PATCH] ioemu: 'lib64' is Linux-specific
Date: Wed, 23 Jan 2008 13:22:27 -0800	[thread overview]
Message-ID: <7e4475e2a9ea07575966.1201123347@hatchback> (raw)

# 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"

             reply	other threads:[~2008-01-23 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-23 21:22 john.levon [this message]
2008-01-23 21:33 ` [PATCH] ioemu: 'lib64' is Linux-specific Daniel P. Berrange
2008-01-23 21:56   ` John Levon
2008-01-24  0:01     ` Samuel Thibault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7e4475e2a9ea07575966.1201123347@hatchback \
    --to=john.levon@sun.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.