darwin-on-arm / xnu

Porting the Darwin kernel to the AArch64/ARMv7/ARMv6-A architectures.
Other
582 stars 146 forks source link

Enable support for generating kpi symbol sets #15

Closed b-man closed 10 years ago

b-man commented 10 years ago

These changes enable kpi symbol set generation on Linux (and OSX?) build hosts.

winocm commented 10 years ago

Just a note. KPI symbol set generation has always worked on OS X. that's how I build kernel caches for my boards. I'll merge this after verifying it.

Sent from my iPhone

On Nov 10, 2013, at 4:30 PM, Brian McKenzie notifications@github.com wrote:

These changes enable kpi symbol set generation on Linux (and OSX?) build hosts.

You can merge this Pull Request by running

git pull https://github.com/b-man/xnu master Or view, comment on, or merge it at:

https://github.com/winocm/xnu/pull/15

Commit Summary

Fix symbolset generation Add nm to linux build command Typo File Changes

M README (6) M config/Makefile (4) Patch Links:

https://github.com/winocm/xnu/pull/15.patch https://github.com/winocm/xnu/pull/15.diff