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

Add statement to setup for the PowerPC 64 Little Endian #533

Open
wants to merge 1 commit into
base: v2.1
Choose a base branch
from

Conversation

walbon
Copy link

@walbon walbon commented Dec 7, 2019

Before the LuaJit was able to setup for older PowerPC 32 bits Big
Endian. I found this when I tried to build the bcc tools in the Alpine
on a PowerPc 64 LE.

Initially the bcsave.lua does not identify the arch powerpc and try to
generate a binary with a wrong machine type, and so I fix the filtering
of powerpc to able the machine architecture type as EM_PPC64(64-bit
PowerPC).

Signed-off-by: Gustavo L F Walbon gwalbon@linux.ibm.com

Before the LuaJit was able to setup for older PowerPC 32 bits Big
Endian. I found this when I tried to build the bcc tools in the Alpine
on a PowerPc 64 LE.

Initially the bcsave.lua does not identify the arch powerpc and try to
generate a binary with a wrong machine type, and so I fix the filtering
of powerpc to able the machine architecture type as EM_PPC64(64-bit
PowerPC).

Signed-off-by: Gustavo L F Walbon <gwalbon@linux.ibm.com>
@kamiyaa
Copy link

kamiyaa commented Jan 31, 2020

Any updates on this?

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.

None yet

2 participants