Turns out I wasn't building the syscall libraries. Do so.

This commit is contained in:
David Given
2016-08-14 11:23:57 +02:00
parent b549980af2
commit 3df4906d52
27 changed files with 41 additions and 5 deletions

View File

@@ -18,7 +18,8 @@ installable {
"+tools",
"+libs",
"./include+pkg",
["$(PLATIND)/linux386/boot.o"] = "+boot"
["$(PLATIND)/linux386/boot.o"] = "+boot",
["$(PLATIND)/linux386/libsys.a"] = "./libsys+lib",
}
}