aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-09 00:17:00 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-09 00:17:00 +0200
commitd657e732c6bac2e50a8dacd39b68c3bfdb037843 (patch)
tree668ff7d0a56608b07f4670205739995e14bf0987 /README.md
parentcb0f9df0d0a2d8ad1e9f7af730e93bd5186946a1 (diff)
downloadpicorv32-d657e732c6bac2e50a8dacd39b68c3bfdb037843.tar.gz
picorv32-d657e732c6bac2e50a8dacd39b68c3bfdb037843.zip
Updated riscv-gnu-toolchain version
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6a7495e..63fa58f 100644
--- a/README.md
+++ b/README.md
@@ -537,17 +537,17 @@ pure RV32I target, and install it in `/opt/riscv32i`:
git clone https://github.com/riscv/riscv-gnu-toolchain riscv-gnu-toolchain-rv32i
cd riscv-gnu-toolchain-rv32i
- git checkout acfa480
+ git checkout 3134bf4
mkdir build; cd build
- ../configure --with-xlen=32 --with-arch=I --prefix=/opt/riscv32i
+ ../configure --with-xlen=32 --with-arch=I --prefix=/opt/riscv32i --disable-float --disable-atomic
make -j$(nproc)
The commands will all be named using the prefix `riscv32-unknown-elf-`, which
-makes it easy to install them side-by-side with the regular riscv-tools, which
-are using the name prefix `riscv64-unknown-elf-` by default.
+makes it easy to install them side-by-side with the regular riscv-tools (those
+are using the name prefix `riscv64-unknown-elf-` by default).
-*Note: This instructions are for git rev acfa480 (2016-04-06) of riscv-gnu-toolchain.*
+*Note: This instructions are for git rev 3134bf4 (2016-04-08) of riscv-gnu-toolchain.*
Evaluation: Timing and Utilization on Xilinx 7-Series FPGAs