mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-16 18:21:41 +01:00
Add some notes about FreeBSD.
This commit is contained in:
parent
574d32a829
commit
7169958221
1 changed files with 8 additions and 0 deletions
8
README
8
README
|
@ -9,6 +9,8 @@ several architecture/operating-system combinations:
|
||||||
Linux/PARISC: Works well, but C library missing unwind-info.
|
Linux/PARISC: Works well, but C library missing unwind-info.
|
||||||
HP-UX/IA-64: Mostly works but known to have some serious limitations.
|
HP-UX/IA-64: Mostly works but known to have some serious limitations.
|
||||||
Linux/PPC64: Newly added.
|
Linux/PPC64: Newly added.
|
||||||
|
FreeBSD/i386: Newly added.
|
||||||
|
FreeBSD/x86-64: Newly added (FreeBSD architecture is known as amd64).
|
||||||
|
|
||||||
|
|
||||||
* General Build Instructions
|
* 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
|
it with -O0, without optimizations. There are some compiler problems
|
||||||
depending on the version of your gcc.
|
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
|
* Regression Testing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue