From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: Re: [PATCH] Move CONFIG_X86 decleration to be x86 specificin configure script Date: Thu, 06 Dec 2007 13:13:36 -0600 Message-ID: <1196968416.7402.4.camel@thinkpad> References: <42DFA526FC41B1429CE7279EF83C6BDCA85AC8@pdsmsx415.ccr.corp.intel.com> Reply-To: jyoung5-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: "Zhang, Xiantao" Return-path: In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDCA85AC8-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org> 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 On Thu, 2007-12-06 at 11:06 +0800, Zhang, Xiantao wrote: > Jerone Young wrote: > > # HG changeset patch > > # User Jerone Young > > # Date 1196891226 21600 > > # Node ID a30e578bd6e2cf7599ce0c57066880658ddf2886 > > # Parent b4cf8e05d20b3f4ca658bb4fdf3db3e4393a5d8a > > Move CONFIG_X86 decleration to be x86 specific in configure script > > > > In the configure script CONFIG_X86 is explicitly declared for > > qemu. Now while today the support for other archs is not exactly > > in kvm just yet (it's coming)..this shouldn't be specified for > > everyone ;-) > > > > Signed-off-by: Jerone Young > > > > diff --git a/configure b/configure > > --- a/configure > > +++ b/configure > > @@ -99,6 +99,7 @@ fi > > #set parameters compiling > > if [ "$arch" = "i386" -o "$arch" = "x86_64" ]; then > > target_exec="x86_64-softmmu" > > + qemu_cflags+=" -DCONFIG_X86" > > Hi, Young > Are you sure it works for you? Seems in script, it can't > recognize "+=". Anyway, I also have a fix about it in my patch queue, > when I do ia64 porting. Really? Hmmm.. that is valid bash syntax. Seems to work fine when I do it on the command line. Also seems to work out in my script as well. If this is the case then maybe it's a newer bash feature. > Thanks > Xiantao > > > > > ------------------------------------------------------------------------ > - > > SF.Net email is sponsored by: The Future of Linux Business White Paper > > from Novell. From the desktop to the data center, Linux is going > > mainstream. Let it simplify your IT future. > > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > > _______________________________________________ > > kvm-devel mailing list > > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > > https://lists.sourceforge.net/lists/listinfo/kvm-devel > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4