From 9e69ca660c1760059a46282130fbcf3bf02995d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Thu, 28 Jan 2016 11:17:37 +0100 Subject: [PATCH] Fix AArch64 target triplets --- components/compositing/Cargo.toml | 2 +- components/servo/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index 3e9894fca2c..708fd6fd6ad 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -78,7 +78,7 @@ git = "https://github.com/pcwalton/gaol" [target.arm-unknown-linux-gnueabihf.dependencies.gaol] git = "https://github.com/pcwalton/gaol" -[target.aarch64-unknown-linux-gnueabihf.dependencies.gaol] +[target.aarch64-unknown-linux-gnu.dependencies.gaol] git = "https://github.com/pcwalton/gaol" [dependencies] diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index d602b81b206..e2c8c6766b8 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -140,7 +140,7 @@ git = "https://github.com/pcwalton/gaol" [target.arm-unknown-linux-gnueabihf.dependencies.gaol] git = "https://github.com/pcwalton/gaol" -[target.aarch64-unknown-linux-gnueabihf.dependencies.gaol] +[target.aarch64-unknown-linux-gnu.dependencies.gaol] git = "https://github.com/pcwalton/gaol" [dependencies.ipc-channel]