public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* boehm: use mmap instead of brk also on kfreebsd-*
@ 2013-07-16  9:01 Petr Salinger
  0 siblings, 0 replies; only message in thread
From: Petr Salinger @ 2013-07-16  9:01 UTC (permalink / raw)
  To: java-patches


Please use mmap instead of brk also on kfreebsd-*.

Thanks in advance.

 		Petr


--- a/src/boehm-gc/configure.host
+++ b/src/boehm-gc/configure.host
@@ -41,7 +41,7 @@
   fi

  case "${host}" in
-  *-linux*)
+  *-linux*|*-kfreebsd*-gnu*)
       gc_use_mmap=yes
       ;;
   esac


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-16  9:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-16  9:01 boehm: use mmap instead of brk also on kfreebsd-* Petr Salinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).