diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,6 @@ install path, and that the riscv-gcc package is installed. $ mkdir build $ cd build - $ CC=riscv-gcc ../configure --prefix=$RISCV/riscv-elf --host=riscv + $ ../configure --prefix=$RISCV/riscv64-unknown-elf --host=riscv64-unknown-elf $ make $ make install |