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,21 @@
include("plat/build.lua")
build_as {
name = "as",
arch = "i386",
}
build_ncg {
name = "ncg",
arch = "i386",
}
return installable {
name = "tools",
map = {
["$(PLATDEP)/linux386/as"] = "+as",
["$(PLATDEP)/linux386/ncg"] = "+ncg",
["$(PLATIND)/descr/linux386"] = "./descr",
"util/opt+pkg",
}
}