summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKonstantin Belousov <kostik@pooma.home>2010-04-04 12:03:15 +0300
committerKonstantin Belousov <kostik@pooma.home>2010-04-04 12:03:15 +0300
commit7169958221f50227342dc7972c2ed9917b5b8141 (patch)
tree16452d0e35ea16967925a5f9164a34e852f9e191 /README
parent574d32a8296567752507e45816a43346d6113137 (diff)
downloadlibunwind-7169958221f50227342dc7972c2ed9917b5b8141.tar.gz
Add some notes about FreeBSD.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
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