From 59a5eb4591d9b67aecd90e3562e6f9c742f826e9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 4 Feb 1987 15:51:35 +0000 Subject: [PATCH] Added libsys, top --- mach/pdp/Action | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mach/pdp/Action b/mach/pdp/Action index fbe1967a1..3051d78c3 100644 --- a/mach/pdp/Action +++ b/mach/pdp/Action @@ -4,6 +4,9 @@ end name "PDP 11 backend" dir cg end +name "PDP 11 target optimizer" +dir top +end name "PDP 11 interpreter" system pdp* dir int @@ -16,6 +19,10 @@ name "PDP 11 EM library" system pdp* dir libem end +name "PDP 11 systemcall library" +system pdp* +dir libsys +end name "PDP 11 Pascal library" system pdp* dir libpc -- 2.34.1