Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AArch64 target triplets #9447

Merged
merged 1 commit into from Jan 30, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix AArch64 target triplets

  • Loading branch information
mmatyas committed Jan 28, 2016
commit 9e69ca660c1760059a46282130fbcf3bf02995d4
@@ -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]
@@ -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]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.