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
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
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