c93cb69959
--HG-- branch : dtrg-experimental-powerpc
15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
-- $Source: /cvsroot/tack/Ack/plat/linux386/libsys/pmfile,v $
|
|
-- $State: Exp $
|
|
-- $Revision: 1.1 $
|
|
|
|
local d = ROOTDIR.."plat/linuxppc/libsys/"
|
|
|
|
libsys_linuxppc = acklibrary {
|
|
ACKINCLUDES = {"%BINDIR%include"},
|
|
|
|
ackfile (d.."_syscall.s"),
|
|
ackfile (d.."trap.s"),
|
|
|
|
install = pm.install("%BINDIR%lib/%PLATFORM%/libsys.a"),
|
|
}
|