From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Subject: Re: [kvm-ppc-devel] [PATCH] Fix kvm-userspace configure script so that cc=gcc Date: Wed, 30 Apr 2008 16:14:42 -0500 Message-ID: <200804301614.42484.hollisb@us.ibm.com> References: <8702b8443ecc27c20321.1209588827@thinkpadL> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-ppc-devel@lists.sourceforge.net, kvm-devel@lists.sourceforge.net To: Jerone Young Return-path: In-Reply-To: <8702b8443ecc27c20321.1209588827@thinkpadL> Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces@lists.sourceforge.net Errors-To: kvm-devel-bounces@lists.sourceforge.net List-Id: kvm.vger.kernel.org On Wednesday 30 April 2008 15:53:47 Jerone Young wrote: > 1 file changed, 1 insertion(+), 1 deletion(-) > configure | 2 +- > > > This fixes compilation for cross compilers as many do not create a ${cross_prefix}cc link. But the do a ${cross_prefix}gcc. This is what the kernel does so this will work for everyone. This breaks some who do not have a cc link (cross tools does not create), when I put a patch to remove libkvm dependence on test config.mak. > > Signed-off-by: Jerone Young > > diff --git a/configure b/configure > --- a/configure > +++ b/configure > @@ -2,7 +2,7 @@ > > prefix=/usr/local > kerneldir=/lib/modules/$(uname -r)/build > -cc=cc > +cc=gcc > ld=ld > objcopy=objcopy > want_module=1 To clarify: there is no such thing as "${cross_prefix}cc", so the configure script is currently broken for cross-compiling. -- Hollis Blanchard IBM Linux Technology Center ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone