linux68k builds now.

This commit is contained in:
David Given
2016-08-14 11:34:18 +02:00
parent fb2a42a2db
commit 38fa6941d5
9 changed files with 103 additions and 3 deletions

View File

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