From: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
To: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [PATCH 1 of 2] Add OBJCOPY to kvm-userspace/user/configure output
Date: Tue, 08 Jan 2008 18:04:20 -0600 [thread overview]
Message-ID: <2b1946f501613724c363.1199837060@basalt> (raw)
In-Reply-To: <patchbomb.1199837059@basalt>
# HG changeset patch
# User Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
# Date 1199836243 21600
# Node ID 2b1946f501613724c363f98cbdfd95248b947657
# Parent 332daa1196f0a74d2ad3c34ed2ca41d5d859b0de
Signed-off-by: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
1 file changed, 2 insertions(+)
user/configure | 2 ++
diff --git a/user/configure b/user/configure
--- a/user/configure
+++ b/user/configure
@@ -4,6 +4,7 @@ kerneldir=/lib/modules/$(uname -r)/build
kerneldir=/lib/modules/$(uname -r)/build
cc=gcc
ld=ld
+objcopy=objcopy
arch=`uname -m | sed -e s/i.86/i386/`
cross_prefix=
@@ -63,4 +64,5 @@ ARCH=$arch
ARCH=$arch
CC=$cross_prefix$cc
LD=$cross_prefix$ld
+OBJCOPY=$cross_prefix$objcopy
EOF
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
next prev parent reply other threads:[~2008-01-09 0:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-09 0:04 [PATCH 0 of 2] Fix kvm-userspace/user/ for PowerPC Hollis Blanchard
2008-01-09 0:04 ` Hollis Blanchard [this message]
2008-01-09 0:04 ` [PATCH 2 of 2] Add PowerPC kvmctl harness and fix building the testcases Hollis Blanchard
2008-01-09 8:50 ` Avi Kivity
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=2b1946f501613724c363.1199837060@basalt \
--to=hollisb-r/jw6+rmf7hqt0dzr+alfa@public.gmane.org \
--cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox