-
Notifications
You must be signed in to change notification settings - Fork 19
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
Differences between Power and PowerPC assembler: how to implement Darwin PPC? #131
Comments
FYI node 16 builds on ppc64 here meaning that at least v8 does build on the archs supported here: https://wiki.debian.org/PPC64. |
@kapouer Thank you for replying. Yes, I am aware that on Linux (and FreeBSD) PPC pretty much everything builds. Unfortunately, it does not automatically translate into support of Darwin PPC. Say, while the latest |
Trying to build now. At the moment it fails on a bunch of static asserts:
|
It's a lost battle, v8 dropped support for big endian ppc. Unless you're actually on a little endian ppc ? |
@kapouer Apparently Some extra support for G4 may be forward-ported from here: https://github.com/andrewlow/v8ppc/tree/g4compat I mean, we will not get the bleeding edge latest |
Does anyone have an experience with PPC assembler of Apple Darwin? I want to build
v8
for 10.5.8 and 10.6 forppc
arch.Any advice will be greatly appreciated.
The text was updated successfully, but these errors were encountered: