Browse Source

The default ISA is GC

pull/256/head v20170612
Palmer Dabbelt 9 years ago
parent
commit
b7e00039e1
  1. 6
      README.md

6
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,

Loading…
Cancel
Save