~ubuntu-branches/debian/sid/gcc-4.8/sid

1
2
3
4
5
6
7
8
9
10
11
12
13
# DP: boehm-gc: use mmap instead of brk also on kfreebsd-*.

--- 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