mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-16 21:27:38 +01:00
Add note on building libunwind on HP-UX.
(Logical change 1.75)
This commit is contained in:
parent
ebfaebdee9
commit
8d057cb800
1 changed files with 9 additions and 0 deletions
9
README
9
README
|
@ -36,6 +36,15 @@ called "__dummy" in the declaration of "struct ia64_fpreg". Without
|
||||||
that member, variables of type unw_context_t won't be aligned
|
that member, variables of type unw_context_t won't be aligned
|
||||||
properly.
|
properly.
|
||||||
|
|
||||||
|
* Building on HP-UX
|
||||||
|
|
||||||
|
For the time being, libunwind must be built with GCC on HP-UX.
|
||||||
|
Unfortunately, gcc-3.0 ships with a bad version of sys/types.h.
|
||||||
|
The workaround for this is:
|
||||||
|
|
||||||
|
$ mkdir $top_dir/include/sys
|
||||||
|
$ cp /usr/include/sys/types.h $top_dir/include/sys
|
||||||
|
|
||||||
* Regression Testing
|
* Regression Testing
|
||||||
|
|
||||||
After building the library, you can run a set of regression tests with:
|
After building the library, you can run a set of regression tests with:
|
||||||
|
|
Loading…
Reference in a new issue