Skip to content

Commit

Permalink
Detect "ppc64" for uname -m as "powerpc64" architecture.
Browse files Browse the repository at this point in the history
Fixes #5.
  • Loading branch information
MatthewFluet committed Apr 30, 2013
1 parent 7c9c9d3 commit c620481
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/platform
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ mips*)
powerpc64)
HOST_ARCH=powerpc64
;;
ppc64)
HOST_ARCH=powerpc64
;;
powerpc)
HOST_ARCH=powerpc
;;
Expand Down

0 comments on commit c620481

Please sign in to comment.