From 32c9c6c6a523b581bf15624dfbbf39421b38e8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A0rius=20Mont=C3=B3n?= Date: Sat, 22 Jun 2019 17:07:34 +0200 Subject: [PATCH] Update README.md typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c22ff77..364aaa2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Table of Contents * [Memory Map](./README.md#memory-map) * [TODO](./README.md#todo) * [Compile](./README.md#compile) - * [Cross-compiler](./README.md#cross) + * [Cross-compiler](./README.md#cross-compiler) * [Docker container](./README.md#docker-container) * [How to use Docker](./README.md#how-to-use-docker) * [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 $ 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 ... wait for long time ...