Browse Source

Fix some README.md formatting

github requires 4 spaces before a block to make it produce code blocks.
pull/191/head
Palmer Dabbelt 10 years ago
committed by GitHub
parent
commit
7d0993b6df
  1. 16
      README.md

16
README.md

@ -87,11 +87,11 @@ 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
make newlib
make check-gcc-newlib
./configure --prefix=$RISCV
make linux
# Need qemu-riscv32 or qemu-riscv64 in your `PATH`.
make check-gcc-linux
./configure --prefix=$RISCV --disable-float --disable-linux
make newlib
make check-gcc-newlib
./configure --prefix=$RISCV
make linux
# Need qemu-riscv32 or qemu-riscv64 in your `PATH`.
make check-gcc-linux

Loading…
Cancel
Save