From 346c0c9f4916bfe42108f79478bfddadc0f14cae Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 5 May 2022 23:04:21 +0000 Subject: apos compiles on netbsd with LLVM=1 + Turns out I had a dumb debugging echo that was messing up my variables. Oh well. + I'd still like to get riscv64-unknown-elf-gcc to compile, currently I've only managed with riscv64--netbsd-gcc, weird. Also, I have learned that BSD make doesn't use $< for some reason, so all rules should reference the full file name henceforth. BSD make does use $@, but for consistency I did away with it as well. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7c1c102..62e021c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ *.elf *.ld include/apos/gen/* -include/arch/*/gen/* +arch/*/include/gen/* deps.mk *.img -- cgit v1.3