Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to allow AIX64 to build and run, package AIX64 jar, and some other bugfixes #54

Merged
merged 1 commit into from
May 14, 2018

Conversation

Taywee
Copy link
Contributor

@Taywee Taywee commented May 7, 2018

Type exception initialization was broken, accessing the wrong exception
variable.
AIX needs the alloca header pulled in as well, so this was changed.
AIX has some undefined things that shouldn't stop building, so the
makefile was changed to not set -Werror or -Wundef on AIX.
GCC on AIX64 doesn't set the ppc64 defines, so an extra check in the ppc
section is necessary to detect 64-bit.

closes #53

Type exception initialization was broken, accessing the wrong exception
variable.
AIX needs the alloca header pulled in as well, so this was changed.
AIX has some undefined things that shouldn't stop building, so the
makefile was changed to not set -Werror or -Wundef on AIX.
GCC on AIX64 doesn't set the ppc64 defines, so an extra check in the ppc
section is necessary to detect 64-bit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiling and running jffi for powerpc64-AIX gives illegal instructions errors
2 participants