diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-09 04:46:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-09 04:46:07 +0100 |
| commit | 6ef762c80d20efd0deb0ea17d95331bc8338fae3 (patch) | |
| tree | b365557d365471dc311e1a1ca450cf26100ed71e /src | |
| parent | 68ca871449f10b3b8a5cf8c52bba9cdd8d8af089 (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/rv64/ci.make | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
