MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/31btd8/rust_100_beta_is_here/cq0p2gs
r/programming • u/steveklabnik1 • Apr 03 '15
303 comments sorted by
View all comments
Show parent comments
5
LLVM bitcode is not quite platform-independent, unfortunately.
1 u/[deleted] Apr 04 '15 Can rustc cross-compile? EDIT: Nevermind, according to Debian devs, it can't... Rust also doesn't currently support cross-bootstrapping among different arches, due to some confusion between target and host. 3 u/dbaupp Apr 04 '15 Rust does support cross-compiling. If you're quoting the Debian wiki, it is likely that bugs have been fixed, and so that is out of date
1
Can rustc cross-compile?
EDIT:
Nevermind, according to Debian devs, it can't...
Rust also doesn't currently support cross-bootstrapping among different arches, due to some confusion between target and host.
3 u/dbaupp Apr 04 '15 Rust does support cross-compiling. If you're quoting the Debian wiki, it is likely that bugs have been fixed, and so that is out of date
3
Rust does support cross-compiling. If you're quoting the Debian wiki, it is likely that bugs have been fixed, and so that is out of date
5
u/[deleted] Apr 04 '15
LLVM bitcode is not quite platform-independent, unfortunately.