Remove defunct pmfiles.
--HG-- branch : default-branch
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
-- $Source$
|
||||
-- $State$
|
||||
|
||||
local d = ROOTDIR.."mach/arm/cv/"
|
||||
|
||||
tool_arm_cv = cprogram {
|
||||
cfile (d.."cv.c"),
|
||||
|
||||
lib_object,
|
||||
|
||||
outputs = {"%U%/cv"},
|
||||
install = pm.install(BINDIR.."%PLATDEP%/arm/dl")
|
||||
}
|
||||
|
||||
-- Revision history
|
||||
-- $Log$
|
||||
-- Revision 1.1 2006-07-20 23:18:18 dtrg
|
||||
-- First version in CVS.
|
||||
--
|
||||
@@ -1,26 +0,0 @@
|
||||
-- $Source$
|
||||
-- $State$
|
||||
|
||||
local d = ROOTDIR.."mach/arm/"
|
||||
|
||||
include (d.."cv/pmfile")
|
||||
|
||||
mach_arm = group {
|
||||
ARCH = "arm",
|
||||
|
||||
proto_as,
|
||||
proto_ncg { ARCHDIR = "arm" },
|
||||
proto_top,
|
||||
tool_arm_cv,
|
||||
|
||||
install = pm.install("%ROOTDIR%/lib/%ARCH%/descr", "%BINDIR%%PLATIND%/%ARCH%/descr")
|
||||
}
|
||||
|
||||
-- Revision history
|
||||
-- $Log$
|
||||
-- Revision 1.2 2006-07-22 12:31:19 dtrg
|
||||
-- Added support for the top target peephole optimiser.
|
||||
--
|
||||
-- Revision 1.1 2006/07/20 23:18:18 dtrg
|
||||
-- First version in CVS.
|
||||
--
|
||||
Reference in New Issue
Block a user