README Cleanups

https://github.com/riscv/riscv-gnu-toolchain/issues/296
This commit is contained in:
Palmer Dabbelt 2017-11-16 07:35:36 -08:00
parent b4dae89f85
commit bf5697a1a6
1 changed files with 3 additions and 4 deletions

View File

@ -55,7 +55,7 @@ run the following command:
./configure --prefix=/opt/riscv
make
You should now be able to use riscv-gcc and its cousins.
You should now be able to use riscv64-unknown-elf-gcc and its cousins.
### Installation (Linux)
@ -87,8 +87,8 @@ To build the Linux cross-compiler with support for both 32-bit and
./configure --prefix=/opt/riscv --enable-multilib
make linux
The multilib compiler will have the prefix riscv-unknown-linux-gnu-,
rather than the usual prefix (riscv32-... or riscv64-...).
The multilib compiler will have the prefix riscv64-unknown-linux-gnu-,
but will be able to target both 32-bit and 64-bit systems.
### Advanced Options
@ -108,5 +108,4 @@ To test GCC, run the following commands:
./configure --prefix=$RISCV
make linux
# Need qemu-riscv32 or qemu-riscv64 in your `PATH`.
make report-linux