From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson Subject: Re: [Qemu-devel] [BUG] need to export variables in config.mak Date: Fri, 30 Sep 2011 10:52:08 -0700 Message-ID: <4E8601C8.7030109@twiddle.net> References: <4E85F741.2050100@genband.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, Avi Kivity , Jan Kiszka To: Chris Friesen Return-path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:56826 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751753Ab1I3RwO (ORCPT ); Fri, 30 Sep 2011 13:52:14 -0400 Received: by eya28 with SMTP id 28so1305771eya.19 for ; Fri, 30 Sep 2011 10:52:13 -0700 (PDT) In-Reply-To: <4E85F741.2050100@genband.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/30/2011 10:07 AM, Chris Friesen wrote: > We've been playing a bit with kvm-kmod-3.0b. We use a cross compile > environment, and one of my coworkers noticed that the variables in > config.mak weren't actually exported and so didn't actually have any > effect. Please elaborate on "no effect", and what actual problems you are experiencing. I do cross-compilation builds all the time and have no such problems. r~ From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9hFv-00077a-IQ for qemu-devel@nongnu.org; Fri, 30 Sep 2011 13:52:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9hFu-0007I5-Ro for qemu-devel@nongnu.org; Fri, 30 Sep 2011 13:52:15 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:50419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9hFu-0007I0-Kz for qemu-devel@nongnu.org; Fri, 30 Sep 2011 13:52:14 -0400 Received: by wyh22 with SMTP id 22so1521175wyh.4 for ; Fri, 30 Sep 2011 10:52:13 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E8601C8.7030109@twiddle.net> Date: Fri, 30 Sep 2011 10:52:08 -0700 From: Richard Henderson MIME-Version: 1.0 References: <4E85F741.2050100@genband.com> In-Reply-To: <4E85F741.2050100@genband.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [BUG] need to export variables in config.mak List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Friesen Cc: Jan Kiszka , qemu-devel@nongnu.org, kvm@vger.kernel.org, Avi Kivity On 09/30/2011 10:07 AM, Chris Friesen wrote: > We've been playing a bit with kvm-kmod-3.0b. We use a cross compile > environment, and one of my coworkers noticed that the variables in > config.mak weren't actually exported and so didn't actually have any > effect. Please elaborate on "no effect", and what actual problems you are experiencing. I do cross-compilation builds all the time and have no such problems. r~