From 6ef762c80d20efd0deb0ea17d95331bc8338fae3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 9 Mar 2026 04:46:07 +0100 Subject: [FIX] CI Makefile fixes. Signed-off-by: Amlal El Mahrouss --- src/rv64/ci.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rv64') diff --git a/src/rv64/ci.make b/src/rv64/ci.make index d98d085..0ac2ade 100644 --- a/src/rv64/ci.make +++ b/src/rv64/ci.make @@ -14,7 +14,7 @@ FLAGS=-D__COMPILE_RISCV__ -I../../ -Wall -c -nostdlib -ffreestanding -fno-builti C_SRC= $(wildcard *.s) $(wildcard *.c) $(wildcard ../*.c) -c CXX=riscv64-unknown-elf-g++ -CXX_SRC= $(wildcard *.cpp) $(wildcard ../*.cc) -c +CXX_SRC= $(wildcard *.cpp) $(wildcard ../*.cpp) -c LD=riscv64-unknown-elf-ld OBJ=*.o -- cgit v1.2.3