aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2025-09-27 23:05:48 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2025-09-28 21:24:49 +0200
commit5906d2a8e093a16ae3818a11a18db1024b419ae4 (patch)
tree5aa13646437f3aadbde09266b196985e7eb935d5 /Makefile
parent43c1802f880471c5b69f8c622314827790aad0b8 (diff)
downloadpudc-5906d2a8e093a16ae3818a11a18db1024b419ae4.tar.gz
pudc-5906d2a8e093a16ae3818a11a18db1024b419ae4.zip
github: Add CI/issues/prs definitionsHEADmain
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)