aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,