From 5906d2a8e093a16ae3818a11a18db1024b419ae4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 27 Sep 2025 23:05:48 +0200 Subject: github: Add CI/issues/prs definitions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 387810e..52ad5dd 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,8 @@ KERNEL = $(LINUX_SOURCE)/arch/$(ARCH)/boot/Image # everything is in assembly anyways and everything is statically linked. Hence # no `-mcpu`, no `-mtune`, no funny business. -CC = $(CROSS_COMPILE)gcc -LD = $(CROSS_COMPILE)gcc +CC = $(CROSS_COMPILE)gcc$(CC_SUFFIX) +LD = $(CROSS_COMPILE)gcc$(CC_SUFFIX) ISA ?= rv64imafdc_zicntr_zicsr_zifencei_zihpm_zca_zcd_zba_zbb INCLUDES = -Iinclude/ ASFLAGS = -march=$(ISA) -mabi=lp64d $(INCLUDES) -- cgit v1.2.3