aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro01eg <o01eg@yandex.ru>2018-10-26 13:52:27 +0300
committero01eg <o01eg@yandex.ru>2018-10-26 13:52:27 +0300
commit7f0b2d89d94525993cd5b69d195c21ef990bd412 (patch)
treee06af30d7121e49867f00fb2aa165021272e021c /dev-util
parentRust 1.30 dev (diff)
downloadrust-7f0b2d89d94525993cd5b69d195c21ef990bd412.tar.gz
rust-7f0b2d89d94525993cd5b69d195c21ef990bd412.tar.bz2
rust-7f0b2d89d94525993cd5b69d195c21ef990bd412.zip
Add PowerPC64
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cargo/cargo-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/cargo/cargo-9999.ebuild b/dev-util/cargo/cargo-9999.ebuild
index 5a3e5b7..06c2bf3 100644
--- a/dev-util/cargo/cargo-9999.ebuild
+++ b/dev-util/cargo/cargo-9999.ebuild
@@ -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