From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YsTxD-0003fA-Kw for mharc-grub-devel@gnu.org; Wed, 13 May 2015 06:31:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsTxA-0003aL-Vd for grub-devel@gnu.org; Wed, 13 May 2015 06:31:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YsTx9-0006Iv-Vy for grub-devel@gnu.org; Wed, 13 May 2015 06:31:52 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::11]:29103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsTx9-0006HA-Mv for grub-devel@gnu.org; Wed, 13 May 2015 06:31:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1431513108; l=553; s=domk; d=aepfle.de; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Subject:To:From:Date; bh=6J4L/NCvuFH3V7wOkrxDBmkBkY2ovaZUzG1E61vz1dE=; b=CjzbtVvBw5k+5cOUHRVF+cItRKWEeMMVvsXC+0DXDgLmrYhKC7m6wxxrnIBtFQM3l8e O/VazgC/DyBiKdN93s+w+MzRBs8rcNcxualOmfhJ3NnfR79O5lg/NELKPdfRFjh2bA/ey Tjj/m6VNZv2kocyneUyayCKhn7CjdDL8elI= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssVY1SE5ClEYfb5sQvxDNUdfk3GFAM3xrxaZN0YQ== X-RZG-CLASS-ID: mo00 Received: from probook.fritz.box ([2001:a60:10a3:eb01:1ec1:deff:feb9:bb48]) by smtp.strato.de (RZmta 37.5 AUTH) with ESMTPSA id L0646dr4DAVmibw (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve sect571r1 with 571 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Wed, 13 May 2015 12:31:48 +0200 (CEST) Received: by probook.fritz.box (Postfix, from userid 1000) id 820BC502B0; Wed, 13 May 2015 12:31:48 +0200 (CEST) Date: Wed, 13 May 2015 12:31:48 +0200 From: Olaf Hering To: The development of GNU GRUB Subject: Re: [PATCH] Remove CPPFLAGS_XEN Message-ID: <20150513103148.GA11589@aepfle.de> References: <1431342798-12811-1-git-send-email-olaf@aepfle.de> <20150511113013.GA19976@aepfle.de> <20150511113654.GA21655@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150511113654.GA21655@aepfle.de> User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:238:20a:202:5300::11 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 10:31:53 -0000 On Mon, May 11, Olaf Hering wrote: > On Mon, May 11, Vladimir 'phcoder' Serbinenko wrote: > > > GRUB is built with -nostd*. So when we want headers from /usr/include we can't > > omit including them > Likely, but which stdint.h is required for the changed commands? The one > from the system or the one from gnulib? Any word on that? I think my patch is correct. > Looking at configure I see also TARGET_CPPFLAGS and HOST_CPPFLAGS. > Perhaps the former should be used for grub, I will try that. Setting TARGET_CPPFLAGS works. Olaf