From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Problems building qemu-xen-dir tools Date: Tue, 18 Sep 2012 16:35:16 +0200 Message-ID: <20120918143516.GA7170@aepfle.de> References: <5058850F.6000800@crc.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <5058850F.6000800@crc.id.au> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Steven Haigh Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Sep 19, Steven Haigh wrote: > Without this, the build fails due to incompatible CFLAGS. CFLAGS must not be in environment, otherwise make will append its own CFLAGS to that environment variable and pass it on to qemu. qemu itself is not ready for things like -std=gnu99. Olaf