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

Enable libffi support for 32-bit Power ISA + glibc #25

Open
alexrp opened this issue Jun 21, 2024 · 0 comments
Open

Enable libffi support for 32-bit Power ISA + glibc #25

alexrp opened this issue Jun 21, 2024 · 0 comments
Labels
area: build Issues related to the build system. state: blocked Issues that are blocked on some other issue/work. type: feature Issues that are classified as feature requests.
Milestone

Comments

@alexrp
Copy link
Sponsor Member

alexrp commented Jun 21, 2024

graf/build.zig

Lines 135 to 136 in 5ea7c68

// TODO: https://github.com/ziglang/zig/issues/20376
.powerpc, .powerpcle => !target.isGnuLibC(),

Requires:

@alexrp alexrp added area: build Issues related to the build system. state: blocked Issues that are blocked on some other issue/work. type: feature Issues that are classified as feature requests. labels Jun 21, 2024
@alexrp alexrp added this to the Future milestone Jun 21, 2024
@alexrp alexrp changed the title Enable libffi support for Power ISA + glibc Enable libffi support for 32-bit Power ISA + glibc Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Issues related to the build system. state: blocked Issues that are blocked on some other issue/work. type: feature Issues that are classified as feature requests.
Projects
None yet
Development

No branches or pull requests

1 participant