Skip to content

Commit

Permalink
riscvtest: Remove mentions of the runtime from README.md
Browse files Browse the repository at this point in the history
Change-Id: I62b1c1b6aca76d1daf63e4b8e0670c85c50955e9
Reviewed-on: https://review.gerrithub.io/352803
Reviewed-by: Michael Pratt <[email protected]>
  • Loading branch information
sorear authored and prattmic committed Apr 19, 2017
1 parent 08d519c commit dad9af0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ $ ./make.bash
Compile and run in qemu-riscv64 (which is expected to be in PATH):

```sh
$ GOARCH=riscv GOOS=linux go run -ldflags '-E main.main' ../riscvtest/add.go
$ GOARCH=riscv GOOS=linux go run ../riscvtest/add.go
```

Build:

```sh
$ GOARCH=riscv GOOS=linux go build -ldflags '-E main.main' ../riscvtest/add.go
$ GOARCH=riscv GOOS=linux go build ../riscvtest/add.go
```

Test:
Expand All @@ -38,7 +38,6 @@ Our basic tests are in the `riscvtest` directory:

```sh
$ cd ../riscvtest
$ GOARCH=riscv GOOS=linux go install os
$ go run run.go
```

Expand Down

0 comments on commit dad9af0

Please sign in to comment.