Archival checkin (semi-working code).

This commit is contained in:
dtrg
2007-11-02 18:56:58 +00:00
715 changed files with 49646 additions and 110 deletions

23
mach/powerpc/pmfile Normal file
View File

@@ -0,0 +1,23 @@
-- $Source$
-- $State$
local d = ROOTDIR.."mach/powerpc/"
include (d.."libem/pmfile")
include (d.."libend/pmfile")
mach_powerpc = group {
ARCH = "powerpc",
proto_as,
proto_ncg { ARCHDIR = "powerpc" },
proto_top,
-- ego_descr,
}
support_powerpc = group {
OPTIMISATION = "-O",
libem_powerpc,
libend_powerpc,
}