Use correct compiler
This commit is contained in:
parent
c8bf60cada
commit
c3a4c64a00
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300
|
|||
TARGET = blink
|
||||
TARGET_MCU?=CH32V003
|
||||
NEWLIB=/usr/arm-none-eabi/include
|
||||
TOOL_PREFIX := riscv64-linux-gnu
|
||||
TOOL_PREFIX := riscv32-linux-gnu
|
||||
CC := $(TOOL_PREFIX)-gcc
|
||||
OBJDUMP := $(TOOL_PREFIX)-objdump
|
||||
OBJCOPY := $(TOOL_PREFIX)-objcopy
|
||||
|
|
Loading…
Add table
Reference in a new issue