Re: [PATCH] fixincludes/Makefile for Interix Rev 3

2011-06-07 Thread Paolo Bonzini
On 06/08/2011 08:02 AM, Douglas B Rupp wrote: Reformulated as per your suggestion, and retested. OK to commit? Yes, thanks! Paolo

[PATCH] fixincludes/Makefile for Interix Rev 3

2011-06-07 Thread Douglas B Rupp
Reformulated as per your suggestion, and retested. OK to commit? --Douglas Rupp 2011-06-07 Douglas B Rupp * fixincludes/configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add. * fixincludes/configure: Regenerate. * fixincludes/config.h.in: Regenerate. --- gcc.orig/fixinclude

Re: [PATCH] fixincludes/Makefile for Interix Rev 2

2011-06-07 Thread Paolo Bonzini
On 06/07/2011 06:37 AM, Douglas B Rupp wrote: Revised and retested patch attached. OK to commit? It should be enough to add AC_USE_SYSTEM_EXTENSIONS to configure.ac instead (right after AC_PROG_CC). Paolo

[PATCH] fixincludes/Makefile for Interix Rev 2

2011-06-06 Thread Douglas B Rupp
Revised and retested patch attached. OK to commit? --Douglas Rupp 2011-06-06 Douglas B Rupp * fixincludes/configure.ac (host_makefile_frag): Use mh-interix. * fixincludes/configure: Regenerate * fixincludes/Makefile.in (FIXINC_CPPFLAGS): New flag macro. (@ho

Re: [PATCH] fixincludes/Makefile for Interix

2011-06-05 Thread Bruce Korb
On 06/04/11 13:43, Douglas B Rupp wrote: Here's my proposed patch, along the lines you suggested. Hi Doug, Excellent. Just a couple nits: It is more normal and easier to read when you quote the entire shell script fragment, as below (removing unnecessary "eval", too): diff -rupN gcc.orig/f

[PATCH] fixincludes/Makefile for Interix

2011-06-04 Thread Douglas B Rupp
Here's my proposed patch, along the lines you suggested. top_srcdir didn't seem to be set, so I used srcdir instead. Bootstrapped on x86_64-unknown-linux-gnu 2011-06-04 Douglas B Rupp * fixincludes/configure.ac (host_makefile_frag): Use mh-interix. * fixincludes/configure:

Re: How to patch fixincludes/Makefile for Interix?

2011-06-03 Thread Bruce Korb
Hi Doug, On Fri, Jun 3, 2011 at 10:00 AM, Douglas B Rupp wrote: > > I've been working on a resurrection patch for Interix, one remaining problem > is fixincludes/fixincl.c must be compiled on native Interix with > -D_ALL_SOURCE in order to find the getpagesize prototype. > > This works (taking so

How to patch fixincludes/Makefile for Interix?

2011-06-03 Thread Douglas B Rupp
I've been working on a resurrection patch for Interix, one remaining problem is fixincludes/fixincl.c must be compiled on native Interix with -D_ALL_SOURCE in order to find the getpagesize prototype. This works (taking some liberties with diff...): fixincludes/Makefile.in -FIXINC_CFLAGS = -D