Skip to content

Commit

Permalink
Define riscv64 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Jan 3, 2024
1 parent e0d5d38 commit c31387d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ switch "mm", "orc"
switch "arm.nuttx.gcc.exe", "arm-none-eabi-gcc"
switch "arm64.nuttx.gcc.exe", "aarch64-none-elf-gcc"
switch "riscv32.nuttx.gcc.exe", "riscv64-unknown-elf-gcc"
switch "riscv64.nuttx.gcc.exe", "riscv64-unknown-elf-gcc"
switch "amd64.nuttx.gcc.exe", "x86_64-linux-gnu-gcc"

switch "nimcache", ".nimcache"
Expand Down

0 comments on commit c31387d

Please sign in to comment.