include("plat/build.lua") build_as { name = "as", arch = "powerpc", } build_ncg { name = "ncg", arch = "powerpc", } return installable { name = "tools", map = { ["$(PLATDEP)/linuxppc/as"] = "+as", ["$(PLATDEP)/linuxppc/ncg"] = "+ncg", ["$(PLATIND)/descr/linuxppc"] = "./descr", "util/opt+pkg", } }