[Bug 216143] lang/rust, devel/cargo: generate bootstraps for Tier2 architectures via cross-compilation
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 2 17:23:40 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216143
--- Comment #10 from Jean-Sébastien Pédron <dumbbell at FreeBSD.org> ---
Status update:
Cargo is bootstrapped! That was easy compared to Rust.
dumbbell at ref12-aarch64:~/rust % ./nightly/bin/cargo --version
cargo-0.17.0-nightly (38f52ea8 2017-02-02)
dumbbell at ref12-aarch64:~/rust % cargo new hello_world --bin
Created binary (application) `hello_world` project
dumbbell at ref12-aarch64:~/rust % cd hello_world/
dumbbell at ref12-aarch64:~/rust/hello_world % cargo build
Compiling hello_world v0.1.0 (file:///home/dumbbell/rust/hello_world)
Finished dev [unoptimized + debuginfo] target(s) in 3.50 secs
dumbbell at ref12-aarch64:~/rust/hello_world % ./target/debug/hello_world
Hello, world!
dumbbell at ref12-aarch64:~/rust/hello_world % cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
Running `target/debug/hello_world`
Hello, world!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list