From b7e00039e1e458591fd71d59ff3c44e41f2e8d11 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Wed, 12 Jul 2017 11:33:45 -0700 Subject: [PATCH] The default ISA is GC --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0105348e..a4d03336 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,