Add pmfile for m68020 libend.
authorDavid Given <dg@cowlark.com>
Wed, 8 May 2013 23:58:35 +0000 (00:58 +0100)
committerDavid Given <dg@cowlark.com>
Wed, 8 May 2013 23:58:35 +0000 (00:58 +0100)
--HG--
branch : dtrg-experimental-powerpc

mach/m68020/libend/pmfile [new file with mode: 0644]

diff --git a/mach/m68020/libend/pmfile b/mach/m68020/libend/pmfile
new file mode 100644 (file)
index 0000000..5e7e7e9
--- /dev/null
@@ -0,0 +1,16 @@
+-- $Source: /cvsroot/tack/Ack/mach/i386/libend/pmfile,v $
+-- $State: Exp $
+-- $Revision: 1.1 $
+
+local d = ROOTDIR.."mach/m68020/libend/"
+
+libend_m68020 = 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"),
+}