Auto merge of #9447 - mmatyas:aarch64_target_fix, r=larsbergstrom

Fix AArch64 target triplets

The AArch64 platform uses the `aarch64-linux-gnu` triplet.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9447)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-31 00:17:48 +05:30
commit f8bdda499e
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ git = "https://github.com/pcwalton/gaol"
[target.arm-unknown-linux-gnueabihf.dependencies.gaol] [target.arm-unknown-linux-gnueabihf.dependencies.gaol]
git = "https://github.com/pcwalton/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" git = "https://github.com/pcwalton/gaol"
[dependencies] [dependencies]

View file

@ -140,7 +140,7 @@ git = "https://github.com/pcwalton/gaol"
[target.arm-unknown-linux-gnueabihf.dependencies.gaol] [target.arm-unknown-linux-gnueabihf.dependencies.gaol]
git = "https://github.com/pcwalton/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" git = "https://github.com/pcwalton/gaol"
[dependencies.ipc-channel] [dependencies.ipc-channel]