Bug#717024: libjava problems on kfreebsd-*
Package: gcj-4.8-jre-headless
Version: 4.8.1-6
Severity: important
Tags: patch
User: debian-bsd@lists.debian.org
Usertags: kfreebsd
Hi,
there is a significant regression in libjava testsuite.
Debian 4.8.1-5
http://lists.debian.org/debian-gcc/2013/06/msg00221.html
http://lists.debian.org/debian-gcc/2013/06/msg00223.html
Debian 4.8.1-6
http://lists.debian.org/debian-gcc/2013/07/msg00070.html
http://lists.debian.org/debian-gcc/2013/07/msg00073.html
Please use mmap instead of brk also on kfreebsd-*.
Thanks
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 to: