Skip to content

Commit

Permalink
Enable ppc64le builds (#947)
Browse files Browse the repository at this point in the history
Currently, only big-endian PowerPC builds are provided.
This commit enables little-endian PowerPC builds as well.

Little-endian PowerPC is the default for all "modern" PowerPC
offerings by IBM and arguably the more common PowerPC variant
today.
  • Loading branch information
imphil committed May 23, 2022
1 parent a4a20f2 commit 715ad44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Expand Up @@ -169,6 +169,7 @@ dist:
-osarch linux/mips64le \
-osarch linux/mipsle \
-osarch linux/ppc64 \
-osarch linux/ppc64le \
-osarch linux/s390x \
-osarch netbsd/386 \
-osarch netbsd/amd64 \
Expand Down

0 comments on commit 715ad44

Please sign in to comment.