aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKito Cheng <kito.cheng@gmail.com>2016-12-14 15:41:22 +0800
committerPalmer Dabbelt <palmer@dabbelt.com>2016-12-14 10:10:12 -0800
commit49e51872551d12c1c6a7f5b33df9b62ee38d648a (patch)
tree1abe2c2cdc0d3a12008e7240d8e81002934a3446 /README.md
parentda9b0098394ca6a3bd10532addb1a63f7cc82a94 (diff)
downloadriscv-gnu-toolchain-49e51872551d12c1c6a7f5b33df9b62ee38d648a.zip
riscv-gnu-toolchain-49e51872551d12c1c6a7f5b33df9b62ee38d648a.tar.gz
riscv-gnu-toolchain-49e51872551d12c1c6a7f5b33df9b62ee38d648a.tar.bz2
Update instruction for check-gcc-newlib, --disable-float is gone.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 112f566..61961d0 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ simulator for elf toolchain or Qemu for linux toolchain, and GDB simulator
doesn't support floating-point.
To test GCC, run the following commands:
- ./configure --prefix=$RISCV --disable-float --disable-linux
+ ./configure --prefix=$RISCV --disable-linux --with-arch=rv64ima # or --with-arch=rv32ima
make newlib
make check-gcc-newlib