From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Ehrhardt Subject: [PATCH 1/3] Add OBJCOPY to kvm-userspace/user/configure output Date: Wed, 9 Jan 2008 16:11:14 +0100 Message-ID: <1199891476938-git-send-email-ehrhardt@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: , kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, "Avi Kivity ; Hollis Blanchard ; Jerone Young" , Hollis Blanchard , Christian Ehrhardt To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org Subject: [PATCH 1/3] Add OBJCOPY to kvm-userspace/user/configure output From: Hollis Blanchard From: Christian Ehrhardt Adds objectcopy to the configure script because it is needed for some kvmctl implementations for a simple binary loader. Signed-off-by: Hollis Blanchard Signed-off-by: Christian Ehrhardt --- 1 file changed, 2 insertions(+) user/configure | 2 ++ diff -r deef85d890df user/configure --- a/user/configure Wed Jan 09 13:29:39 2008 +0100 +++ b/user/configure Wed Jan 09 13:35:00 2008 +0100 @@ -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