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

Refactor Makefile to support PowerPC64 LE #613

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

Conversation

runlevel5
Copy link

@runlevel5 runlevel5 commented Aug 17, 2023

Changes

  • Use -mcpu=powerpc for PowerPC 32bit
  • Use -mcpu=power7 for PowerPC64 Big Endian
  • Use -mcpu=power8 for PowerPC64 Little Endian
  • Remove ALTIVEC_CFLAGS = -maltivec and BASE_CFLAGS += -m64. Why? The -mcpu would automatically enable -m64 and -maltivec
  • Build QVM for PPC64LE

NOTE

It is ready for review

FYI, the build log can be found at https://gist.github.com/runlevel5/9f8bd6cfdedb21a53a31df0a374adde4

Screenshots

2023-08-17-165025_1920x1080_scrot

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

1 participant