Skip to content

Instantly share code, notes, and snippets.

@goyox86
Created August 4, 2017 22:10
Show Gist options
  • Save goyox86/38f022d77e10eab757e51833bb2aa7a7 to your computer and use it in GitHub Desktop.
Save goyox86/38f022d77e10eab757e51833bb2aa7a7 to your computer and use it in GitHub Desktop.
libz-sys
xargo build --target="x86_64-unknown-redox"
Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling core v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/libcore)
Compiling gcc v0.3.51
Compiling libc v0.2.29
Compiling libc v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/rustc/libc_shim)
Compiling unwind v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/libunwind)
Compiling filetime v0.1.10
Compiling build_helper v0.1.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/build_helper)
Compiling std v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd)
Compiling compiler_builtins v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/rustc/compiler_builtins_shim)
Compiling std_unicode v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/libstd_unicode)
Compiling rand v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/librand)
Compiling panic_abort v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/libpanic_abort)
Compiling alloc v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/liballoc)
Compiling collections v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/libcollections)
Compiling panic_unwind v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/libpanic_unwind)
Compiling alloc_system v0.0.0 (file:///Users/goyox86/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/src/rust/src/liballoc_system)
warning: dropping unsupported crate type `dylib` for target `x86_64-unknown-redox`
Finished release [optimized] target(s) in 31.86 secs
Updating registry `https://github.com/rust-lang/crates.io-index`
Updating git repository `https://github.com/alexcrichton/ctest`
Compiling libc v0.2.29
Compiling gcc v0.3.51
Compiling pkg-config v0.3.9
Compiling libz-sys v1.0.16 (file:///Users/goyox86/Code/os/redox/libz-sys)
Finished dev [unoptimized + debuginfo] target(s) in 9.54 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment