aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-07-12 11:33:45 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-07-12 11:34:01 -0700
commitb7e00039e1e458591fd71d59ff3c44e41f2e8d11 (patch)
treed588f9318ce2a852188aefeaedd1372e78dd1599 /README.md
parentf5fae1c27b2365da773816ddcd92f533867f28ec (diff)
downloadriscv-gnu-toolchain-b7e00039e1e458591fd71d59ff3c44e41f2e8d11.zip
riscv-gnu-toolchain-b7e00039e1e458591fd71d59ff3c44e41f2e8d11.tar.gz
riscv-gnu-toolchain-b7e00039e1e458591fd71d59ff3c44e41f2e8d11.tar.bz2
The default ISA is GCv20170612
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0105348..a4d0333 100644
--- a/README.md
+++ b/README.md
@@ -64,10 +64,10 @@ run the following command:
./configure --prefix=/opt/riscv
make linux
-The build defaults to targetting RV64G (64-bit), even on a 32-bit build
-environment. To build the 32-bit RV32G toolchain, use:
+The build defaults to targetting RV64GC (64-bit), even on a 32-bit build
+environment. To build the 32-bit RV32GC toolchain, use:
- ./configure --prefix=/opt/riscv --with-arch=rv32g --with-abi=ilp32d
+ ./configure --prefix=/opt/riscv --with-arch=rv32gc --with-abi=ilp32d
make linux
Supported architectures are rv32i or rv64i plus standard extensions (a)tomics,