Skip to content

Commit

Permalink
Merge pull request #376 from o01eg/master
Browse files Browse the repository at this point in the history
Add PowerPC64
  • Loading branch information
cnd authored Oct 26, 2018
2 parents f0bb3d0 + 7f0b2d8 commit 0a3cd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/cargo/cargo-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pkg_setup() {
local postfix
use amd64 && postfix=x86_64-unknown-linux-gnu
use x86 && postfix=i686-unknown-linux-gnu
use ppc64 && postfix=powerpc64-unknown-linux-gnu

# Download nightly cargo to bootstrap from it

Expand Down

0 comments on commit 0a3cd94

Please sign in to comment.