From bcfb3d802f14ccb259138b7f3905bec8555efa4d Mon Sep 17 00:00:00 2001 From: David Given Date: Thu, 9 May 2013 00:58:35 +0100 Subject: [PATCH] Add pmfile for m68020 libend. --HG-- branch : dtrg-experimental-powerpc --- mach/m68020/libend/pmfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mach/m68020/libend/pmfile diff --git a/mach/m68020/libend/pmfile b/mach/m68020/libend/pmfile new file mode 100644 index 000000000..5e7e7e95e --- /dev/null +++ b/mach/m68020/libend/pmfile @@ -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"), +} -- 2.34.1