From e6f72d2037cd0128e31562ec05ebf6507dea10e8 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 22 May 2003 21:39:51 +0000 Subject: [PATCH] * add cgcpu --- compiler/compiler.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/compiler.pas b/compiler/compiler.pas index 7f34495e23..46c6671619 100644 --- a/compiler/compiler.pas +++ b/compiler/compiler.pas @@ -127,6 +127,7 @@ uses { cpu overrides } ,cpuswtch { cpu codegenerator } + ,cgcpu {$ifndef NOPASS2} ,cpunode {$endif} @@ -390,7 +391,10 @@ end; end. { $Log$ - Revision 1.37 2003-03-23 23:20:38 hajny + Revision 1.38 2003-05-22 21:39:51 peter + * add cgcpu + + Revision 1.37 2003/03/23 23:20:38 hajny + emx target added Revision 1.36 2003/02/02 19:25:54 carl