From 7169958221f50227342dc7972c2ed9917b5b8141 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sun, 4 Apr 2010 12:03:15 +0300 Subject: [PATCH] Add some notes about FreeBSD. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 7d599897..00b89166 100644 --- a/README +++ b/README @@ -9,6 +9,8 @@ several architecture/operating-system combinations: Linux/PARISC: Works well, but C library missing unwind-info. HP-UX/IA-64: Mostly works but known to have some serious limitations. Linux/PPC64: Newly added. + FreeBSD/i386: Newly added. + FreeBSD/x86-64: Newly added (FreeBSD architecture is known as amd64). * General Build Instructions @@ -80,6 +82,12 @@ If libunwind seems to not work (backtracing failing), try to compile it with -O0, without optimizations. There are some compiler problems depending on the version of your gcc. +* Building on FreeBSD + +General building instructions apply. To build and execute several tests, +you need libexecinfo library available in ports as devel/libexecinfo. + +Development of the port was done of FreeBSD 8.0-STABLE. * Regression Testing