From e9eb93ced36628f2c111b96c4916bb649636e71c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 6 Mar 2026 05:54:15 +0100 Subject: [CHORE] Source code level refactors and improvements. Signed-off-by: Amlal El Mahrouss --- src/rv64/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rv64') diff --git a/src/rv64/makefile b/src/rv64/makefile index d524fee..0ac2ade 100644 --- a/src/rv64/makefile +++ b/src/rv64/makefile @@ -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 *.cc) $(wildcard ../*.cc) -c +CXX_SRC= $(wildcard *.cpp) $(wildcard ../*.cpp) -c LD=riscv64-unknown-elf-ld OBJ=*.o -- cgit v1.2.3