This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] weaken the MMAP check
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> I'll check in after an additional build & test since I discovered that
Andreas> I have to run autoheader too and that it removes the HAVE_GETPAGESIZE
Andreas> from include/config.h.in (seems to come from AC_FUNC_MMAP).
In this case you have to add another check for getpagesize.
The symbol HAVE_GETPAGESIZE is actually used in a couple of places.
Tom