You probably want arm-unknown-linux-gnueabihf or arm-unknown-linux-gnueabi.
On Thu, Feb 6, 2014 at 12:06 PM, Simon Sapin <[email protected]> wrote: > On 06/02/2014 16:30, Edit Balint wrote: > >> Dear Rust Developers! >> >> My name is Edit Balint, I'm a software developer at University of >> Szeged, Hungary. >> We have a research project regarding Servo and Rust. >> Our main goal is to cross-compile and run Rust and Servo on ARM Linux >> (not Android). >> We have several issues with the cross-compiling procedure. Is there any >> guide how to achieve this? >> > > Although you’re not using Android, this > > https://github.com/mozilla/servo/wiki/Building-for- > Android#wiki-build-servo > > suggests that you need to pass --target-triples=arm-linux-SOMETHING to > the configure script, but I don’t know what value of SOMETHING is relevant > to you. It may be gnu, the default triple on my machine is > x86_64-unknown-linux-gnu. > > -- > Simon Sapin > > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
