Most of libc builds now (missing malloc).

This commit is contained in:
David Given
2016-08-08 23:55:47 +02:00
parent c213602a02
commit 3ce4e53aa9
4 changed files with 76 additions and 4 deletions

View File

@@ -13,6 +13,14 @@ ackfile {
vars = { plat = "pc86" }
}
acklibrary {
name = "headers",
hdrs = {
["ack/config.h"] = "./include/ack/config.h",
["unistd.h"] = "./include/unistd.h",
}
}
build_plat_libs {
name = "libs",
arch = "i86",