Update README.md

typos
This commit is contained in:
Màrius Montón 2019-06-22 17:07:34 +02:00 committed by GitHub
parent 45c1548971
commit 32c9c6c6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Table of Contents
* [Memory Map](./README.md#memory-map) * [Memory Map](./README.md#memory-map)
* [TODO](./README.md#todo) * [TODO](./README.md#todo)
* [Compile](./README.md#compile) * [Compile](./README.md#compile)
* [Cross-compiler](./README.md#cross) * [Cross-compiler](./README.md#cross-compiler)
* [Docker container](./README.md#docker-container) * [Docker container](./README.md#docker-container)
* [How to use Docker](./README.md#how-to-use-docker) * [How to use Docker](./README.md#how-to-use-docker)
* [Test](./README.md#test) * [Test](./README.md#test)
@ -128,7 +128,7 @@ It is possible to use gcc for risc-v compiler. Follow the instructions (from htt
~~~ ~~~
$ git clone --recursive https://github.com/riscv/riscv-gnu-toolchain $ git clone --recursive https://github.com/riscv/riscv-gnu-toolchain
$ cd riscv-gnu-toolchain $ cd riscv-gnu-toolchain
$ ./configure --prefix=/opt/riscv --with-arch=rv32gc --with-abi=ilp32d $ ./configure --prefix=/opt/riscv --with-arch=rv32gc --with-abi=ilp32
$ make $ make
... ...
wait for long time ... wait for long time ...