jnr / jffi

Java Foreign Function Interface
Apache License 2.0
168 stars 78 forks source link

PowerPC64 support #8

Closed ghost closed 10 years ago

ghost commented 10 years ago

This patch series adds support for the ppc64le architecture in jffi.

headius commented 10 years ago

The bulk of this PR has been merged to master. I did not apply all of vitordelima/jffi@9af68d7115546e246354af29288a01043a411e1a because we turned off unused argument warnings in another commit (and it seems kinda gross to add all this noise just to eliminate warnings).

We will look at getting the ppc64le binary incorporated next.