Skip to content

Commit

Permalink
Add ppc64le cpu (#64)
Browse files Browse the repository at this point in the history
This is a specific cpu variant of ppc64 in little-endian mode.

GOARCH has equivalent: https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63#goarch-values

Debian also builds (though with weird naming): https://wiki.debian.org/ppc64el

It is weird that the other entries here are ppc and ppc32, I would actually expect ppc and ppc64 but 🤷
  • Loading branch information
loosebazooka authored Oct 5, 2023
1 parent f55a7d3 commit 8ff1c11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ constraint_value(
constraint_setting = ":cpu",
)

constraint_value(
name = "ppc64le",
constraint_setting = ":cpu",
)

constraint_value(
name = "s390x",
constraint_setting = ":cpu",
Expand Down

0 comments on commit 8ff1c11

Please sign in to comment.