From: ceriel Date: Tue, 14 Jun 1988 09:29:44 +0000 (+0000) Subject: Added target optimizer X-Git-Tag: release-5-5~3202 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9c6ef73ba30bac7d6036cf82bd0f540546e9a5b8;p=ack.git Added target optimizer --- diff --git a/mach/m68020/.distr b/mach/m68020/.distr index 24ce0a875..b2b9f2bda 100644 --- a/mach/m68020/.distr +++ b/mach/m68020/.distr @@ -10,3 +10,4 @@ ncg liboc libfp libm2 +top diff --git a/mach/m68020/Action b/mach/m68020/Action index 8aeed537d..28e1a889d 100644 --- a/mach/m68020/Action +++ b/mach/m68020/Action @@ -4,6 +4,9 @@ end name "M68020 backend" dir ncg end +name "M68020 target optimizer" +dir top +end name "M68020 EM library" dir libem end