From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: [PATCH 0/3] stdinc-related build fixes. Date: Thu, 15 Aug 2013 14:25:04 +0100 Message-ID: <1376573107-27249-1-git-send-email-tim@xen.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: keir@xen.org, ian.campbell@citrix.com, chegger@amazon.de, Ian.Jackson@eu.citrix.com, prlw1@cam.ac.uk, stefano.stabellini@citrix.com, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org Hi, These three patches tidy some of the xen build runes around the use of nostdinc. Patch 3/3 hasn't yet been tested on an actual NetBSD box, so I'd appreciate it if Patrick would give it a go. Apart from that, I've tested with every GCC I can lay my hands on (and clang 3.0), building x86 and ARM. I rather suspect that FreeBSD and Solaris ought to be treated the same way -- currently FreeBSD has no workarounds (but on a FreeBSD 5 box I see stdarg.h in /usr/include) and Solaris just drops the nostdinc (I have no Solaris box handy to test on). Cheers, Tim.