Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Feb 2017 17:23:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216143] lang/rust, devel/cargo: generate bootstraps for Tier2 architectures via cross-compilation
Message-ID:  <bug-216143-13-evEA9UYEak@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216143-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216143-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216143

--- Comment #10 from Jean-S=C3=A9bastien P=C3=A9dron <dumbbell@FreeBSD.org>=
 ---
Status update:

Cargo is bootstrapped! That was easy compared to Rust.

    dumbbell@ref12-aarch64:~/rust % ./nightly/bin/cargo --version
    cargo-0.17.0-nightly (38f52ea8 2017-02-02)

    dumbbell@ref12-aarch64:~/rust % cargo new hello_world --bin
         Created binary (application) `hello_world` project

    dumbbell@ref12-aarch64:~/rust % cd hello_world/

    dumbbell@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@ref12-aarch64:~/rust/hello_world % ./target/debug/hello_world
    Hello, world!

    dumbbell@ref12-aarch64:~/rust/hello_world % cargo run
        Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
         Running `target/debug/hello_world`
    Hello, world!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216143-13-evEA9UYEak>