Remove defunct pmfiles.
--HG-- branch : default-branch
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
-- $Source$
|
||||
-- $State$
|
||||
-- $Revision$
|
||||
|
||||
local d = ROOTDIR.."mach/powerpc/libem/"
|
||||
|
||||
libem_powerpc = acklibrary {
|
||||
outputs = {"%U%/libem-%PLATFORM%.a"},
|
||||
|
||||
ACKINCLUDES = {PARENT, d},
|
||||
|
||||
ackfile (d.."ret.s"),
|
||||
ackfile (d.."tge.s"),
|
||||
ackfile (d.."csa.s"),
|
||||
ackfile (d.."csb.s"),
|
||||
ackfile (d.."los.s"),
|
||||
ackfile (d.."sts.s"),
|
||||
ackfile (d.."aar4.s"),
|
||||
ackfile (d.."fef8.c"),
|
||||
ackfile (d.."fif8.s"),
|
||||
ackfile (d.."cif8.s"),
|
||||
ackfile (d.."cuf8.s"),
|
||||
ackfile (d.."cfi8.s"),
|
||||
ackfile (d.."cfu8.s"),
|
||||
ackfile (d.."fd_00000000.s"),
|
||||
ackfile (d.."fd_80000000.s"),
|
||||
ackfile (d.."fd_FFFFFFFF.s"),
|
||||
|
||||
install = pm.install("%BINDIR%lib/%PLATFORM%/libem.a"),
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
-- $Source$
|
||||
-- $State$
|
||||
-- $Revision$
|
||||
|
||||
local d = ROOTDIR.."mach/powerpc/libend/"
|
||||
|
||||
libend_powerpc = acklibrary {
|
||||
outputs = {"%U%/libend-%PLATFORM%.a"},
|
||||
|
||||
ackfile (d.."edata.s"),
|
||||
ackfile (d.."em_end.s"),
|
||||
ackfile (d.."end.s"),
|
||||
ackfile (d.."etext.s"),
|
||||
|
||||
install = pm.install("%BINDIR%lib/%PLATFORM%/libend.a"),
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
-- $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,
|
||||
}
|
||||
Reference in New Issue
Block a user