aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-11-16 07:35:36 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2017-11-16 10:53:07 -0800
commitbf5697a1a6509705b50dcc1f67b8c620a7b21ec4 (patch)
treeca840f57086a34720df692a333f61b5e6748de5e /README.md
parentb4dae89f85bf882852c6186b1284df11065bfcd9 (diff)
downloadriscv-gnu-toolchain-bf5697a1a6509705b50dcc1f67b8c620a7b21ec4.zip
riscv-gnu-toolchain-bf5697a1a6509705b50dcc1f67b8c620a7b21ec4.tar.gz
riscv-gnu-toolchain-bf5697a1a6509705b50dcc1f67b8c620a7b21ec4.tar.bz2
README Cleanups
https://github.com/riscv/riscv-gnu-toolchain/issues/296
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 371b91a..48aaf16 100644
--- a/README.md
+++ b/README.md
@@ -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