japaric-archived / ruststrap

[SUPERSEDED] by https://github.com/warricksothr/RustBuild
MIT License
96 stars 17 forks source link

Build rust on ARM from a snapshot #9

Closed japaric closed 9 years ago

japaric commented 10 years ago

Caveats:

japaric commented 9 years ago

I'm retrying this, but not using a real stage0 snapshot (i.e. a single statically linked rustc binary), but instead a previously built tarball + --enable-local--rust.

Ultimately, I'll like to setup build automation on my ARM device, as this would let me run the test suite as well.