This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mmap checks by blacklist, not fragile AC_TRY_RUN test


Andrew Pinski <pinskia@physics.uc.edu> writes:

> On openbsd3.1 (at least i386/i686), I got the following from configure:
>
> checking for working mmap from /dev/zero... no
> checking for working mmap with MAP_ANON(YMOUS)... no
> checking for working mmap of a file... yes
>
> Looks like it should be blacklisted.

I doubt it.  This is likely to be one of the false positives that the
old test would produce; the odds of a modern Unix like openbsd3.1
having an mmap that doesn't do what GCC needs are very low.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]