Skip to content

Commit

Permalink
⚠️ [sw/common] change default GCC prefix
Browse files Browse the repository at this point in the history
"riscv-none-elf-"
  • Loading branch information
stnolting committed Nov 9, 2024
1 parent a96a34c commit 3703f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/common/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ASM_INC ?= -I .
# Optimization
EFFORT ?= -Os

# Compiler toolchain
RISCV_PREFIX ?= riscv32-unknown-elf-
# Compiler toolchain prefix
RISCV_PREFIX ?= riscv-none-elf-

# CPU architecture and ABI
MARCH ?= rv32i_zicsr_zifencei
Expand Down

0 comments on commit 3703f58

Please sign in to comment.