From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] xen: Deal with stdarg.h and -nostdinc Date: Fri, 27 May 2011 15:51:03 +0100 Message-ID: References: <4DDFAFBB.50607@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4DDFAFBB.50607@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 Cc: Tim Deegan , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 27/05/2011 15:05, "Christoph Egger" wrote: >> Something like the attached patch? I don't know whether this would work for >> clang too -- cc'ing Tim who will know or can try it out. >> >> I wouldn't backport this one to 4.1, but my first patch was a cleanup plus >> BSD-specific changes, so a variant on that would be suitable for 4.0/4.1, >> with (if it works) this new one in unstable. > > $ clang -print-file-name=include > include > $ gcc -print-file-name=include > include Hm, well, I don't care that much about this, my first patch was good enough. I've checked in a variant of it as c/s 23432. Please check it works okay for you. It's simple enough to be a candidate for 4.1.1 also. -- Keir > $ gcc -print-file-name=a > a