mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
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:
commit
f8bdda499e
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue