public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Petr Salinger <Petr.Salinger@seznam.cz>
To: java-patches@gcc.gnu.org
Subject: boehm: use mmap instead of brk also on kfreebsd-*
Date: Tue, 16 Jul 2013 09:01:00 -0000	[thread overview]
Message-ID: <alpine.LNX.2.00.1307161051470.10981@contest.felk.cvut.cz> (raw)


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


                 reply	other threads:[~2013-07-16  9:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.1307161051470.10981@contest.felk.cvut.cz \
    --to=petr.salinger@seznam.cz \
    --cc=java-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).