This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [patch] weaken the MMAP check


Hi Tom,

Tom Tromey wrote:
"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.

Well, in the libgcj core directory I can't find any instance of HAVE_GETPAGESIZE.
In the classpath sub directory, yes. But there we check again for getpagesize and mmap, but with a different method. (AC_CHECK_FUNCS)


Andreas



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