Use correct compiler

This commit is contained in:
Imbus 2025-02-12 15:39:46 +01:00
parent c8bf60cada
commit c3a4c64a00

View file

@ -5,7 +5,7 @@ CURL_FLAGS := -O -\# --fail --location --tlsv1.3 --proto =https --max-time 300
TARGET = blink TARGET = blink
TARGET_MCU?=CH32V003 TARGET_MCU?=CH32V003
NEWLIB=/usr/arm-none-eabi/include NEWLIB=/usr/arm-none-eabi/include
TOOL_PREFIX := riscv64-linux-gnu TOOL_PREFIX := riscv32-linux-gnu
CC := $(TOOL_PREFIX)-gcc CC := $(TOOL_PREFIX)-gcc
OBJDUMP := $(TOOL_PREFIX)-objdump OBJDUMP := $(TOOL_PREFIX)-objdump
OBJCOPY := $(TOOL_PREFIX)-objcopy OBJCOPY := $(TOOL_PREFIX)-objcopy