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


Tom Tromey wrote:
"Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:

Andreas> this patch weakens the MMAP check. We only need MMAP with mmap chosen Andreas> address ranges, no FIXED one. On HP-UX PA MAP_FIXED does not work. Andreas> To run gcj_dbtool we fail here on HP-UX PA with an mmap not Andreas> implemented exception. This patch makes it work.

Andreas> Ok for trunk ?

Ok, thanks.

Thank you Tom.


I'll check in after an additional build & test since I discovered that I have to run autoheader too and that it removes the HAVE_GETPAGESIZE from include/config.h.in (seems to come from AC_FUNC_MMAP).

Andreas


2006-04-22 Andreas Tobler <a.tobler@schweiz.ch>


	* configure.ac: Weaken the check for MMAP.
	* configure: Rebuilt.
	* include/config.h.in: Likewise.



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