diff options
author | Kito Cheng <kito.cheng@gmail.com> | 2016-12-14 15:41:22 +0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2016-12-14 10:10:12 -0800 |
commit | 49e51872551d12c1c6a7f5b33df9b62ee38d648a (patch) | |
tree | 1abe2c2cdc0d3a12008e7240d8e81002934a3446 /README.md | |
parent | da9b0098394ca6a3bd10532addb1a63f7cc82a94 (diff) | |
download | riscv-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |