From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] xen: Deal with stdarg.h and -nostdinc Date: Thu, 26 May 2011 16:17:59 +0100 Message-ID: References: <4DDE698B.1060302@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4DDE698B.1060302@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 26/05/2011 15:54, "Christoph Egger" wrote: > > For compiling the xen kernel we use -nostdinc which means > we don't want to rely on any external headers. > That also counts vor stdarg.h. > > Use the external header when we compile the tools. > Adapt libelf-loader.c which is compiled in the kernel > and with the tools. > > Signed-off-by: Christoph Egger Does the current approach not work for you? -- Keir