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 PIE for Power ISA builds #7

Open
alexrp opened this issue Jun 16, 2024 · 1 comment
Open

Enable PIE for Power ISA builds #7

alexrp opened this issue Jun 16, 2024 · 1 comment
Assignees
Labels
area: build Issues related to the build system. state: blocked Issues that are blocked on some other issue or work.
Milestone

Comments

@alexrp
Copy link
Member

alexrp commented Jun 16, 2024

graf/build.zig

Lines 183 to 185 in 5267fa7

// TODO: https:/ziglang/zig/issues/20305
.mips, .mipsel, .mips64, .mips64el => false,
.powerpc, .powerpcle, .powerpc64, .powerpc64le => false,

Requires:

@alexrp alexrp added area: build Issues related to the build system. state: blocked Issues that are blocked on some other issue or work. type: feature labels Jun 16, 2024
@alexrp alexrp added this to the Future milestone Jun 16, 2024
@alexrp
Copy link
Member Author

alexrp commented Aug 21, 2024

This can be done in Zig 0.14.0.

@alexrp alexrp modified the milestones: Future, v1.0 Aug 21, 2024
@alexrp alexrp self-assigned this Aug 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 or work.
Projects
None yet
Development

No branches or pull requests

1 participant