Re: [Patch]: use mmap.m4 in gcc/configure

2012-04-03 Thread Tristan Gingold
On Apr 3, 2012, at 12:09 PM, Paolo Bonzini wrote: > Il 03/04/2012 11:25, Tristan Gingold ha scritto: >> Hi, >> >> the gcc_AC_FUNC_MMAP_BLACKLIST function in gcc/acinclude.m4 is exactly the >> same as the GCC_AC_FUNC_MMAP_BLACKLIST function in config/mmap.m4 (except >> the case of the first thr

Re: [Patch]: use mmap.m4 in gcc/configure

2012-04-03 Thread Paolo Bonzini
Il 03/04/2012 11:25, Tristan Gingold ha scritto: > Hi, > > the gcc_AC_FUNC_MMAP_BLACKLIST function in gcc/acinclude.m4 is exactly the > same as the GCC_AC_FUNC_MMAP_BLACKLIST function in config/mmap.m4 (except the > case of the first three letters). This patch makes gcc/configure.ac uses > con

[Patch]: use mmap.m4 in gcc/configure

2012-04-03 Thread Tristan Gingold
Hi, the gcc_AC_FUNC_MMAP_BLACKLIST function in gcc/acinclude.m4 is exactly the same as the GCC_AC_FUNC_MMAP_BLACKLIST function in config/mmap.m4 (except the case of the first three letters). This patch makes gcc/configure.ac uses config/mmap.m4 instead of its own version. Also, I modified con