linux386 builds. Also, forgot to turn back on the language runtimes.

This commit is contained in:
David Given
2016-08-14 10:37:55 +02:00
parent 262c5fedcf
commit f253b6a169
8 changed files with 78 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
include("plat/build.lua")
ackfile {
name = "boot",
srcs = { "./boot.s" },
vars = { plat = "linux386" }
}
build_plat_libs {
name = "libs",
arch = "i386",
plat = "linux386",
}
installable {
name = "pkg",
map = {
"+tools",
"+libs",
["$(PLATIND)/linux386/boot.o"] = "+boot"
}
}