Skip to content
This repository has been archived by the owner. It is now read-only.

Add aarch64-unknown-linux-gnu compiler #85

Closed
alexcrichton opened this Issue Mar 28, 2016 · 3 comments

Comments

Projects
None yet
2 participants
@alexcrichton
Copy link
Member

alexcrichton commented Mar 28, 2016

  • Pull the glibc version in the cross image backwards, probably the same way as arm-unknown-linux-gnueabi
  • Add auto builder cross-compiling to aarch64 (346e9a2)
  • Add nightly builder cross compiling to aarch64 for the compiler (346e9a2)
  • Add cargo build for aarch64 (rust-lang/cargo#2538)
  • Add rustup build for aarch64 (rust-lang/rustup.rs#257)

cc @japaric
cc @brandonedens

@japaric

This comment has been minimized.

Copy link
Contributor

japaric commented Mar 28, 2016

Pull the glibc version in the cross image backwards, probably the same way as arm-unknown-linux-gnueabi

Support for aarch64 was introduced in glibc-2.17, so I guess that's what we should use. I'll look into the crostool-ng config.

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Mar 28, 2016

Awesome, thanks @japaric!

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Apr 4, 2016

Done! I'll deploy shortly.

peschkaj added a commit to peschkaj/rustup.rs that referenced this issue Apr 7, 2016

Add builds for:
* aarch64-unknown-linux-gnu (cc rust-lang-deprecated/rust-buildbot#85)
* x86_64-unknown-netbsd (not the nightlies work)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.