Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Auto merge of #135 - aleksander:fix-readme, r=japaric
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
homunkulus committed Apr 21, 2017
2 parents 6f7f55d + 590b7d2 commit 225905c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The ultimate goal is achieve truly hassle free cross compilation from any system
That is:

```
$ cargo build --target aarch64-unknown-linux-gnu
$ cargo build --target aarch64-unknown-linux-steed
```

Should work without having to install a C toolchain or cross compiled C
Expand Down Expand Up @@ -272,7 +272,7 @@ If you don't want to install `lld`, you can link `steed` programs using `gcc`,
which you probably already have installed.

```
$ xargo rustc --target x86_64-unknown-linux-gnu -- -C linker=gcc -Z linker-flavor=gcc
$ xargo rustc --target x86_64-unknown-linux-steed -- -C linker=gcc -Z linker-flavor=gcc
$ file target/x86_64-unknown-linux-steed/debug/hello
hello: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, BuildID[sha1]=ac4fce139edd9741b818cd73123be6c934718f78, not stripped, with debug_info
Expand Down

0 comments on commit 225905c

Please sign in to comment.