Explorar o código

* compiler now defines cpum68k instead of cpu68k (as is used in rtl)

olle %!s(int64=22) %!d(string=hai) anos
pai
achega
4b274401b8
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      compiler/options.pas

+ 5 - 2
compiler/options.pas

@@ -1702,7 +1702,7 @@ begin
   def_symbol('FPC_HAS_TYPE_SINGLE');
 {$endif}
 {$ifdef m68k}
-  def_symbol('CPU68K');
+  def_symbol('CPUM68K');
   def_symbol('CPU32');
 {$endif}
 {$ifdef ALPHA}
@@ -1983,7 +1983,10 @@ finalization
 end.
 {
   $Log$
-  Revision 1.110  2003-10-14 00:30:48  florian
+  Revision 1.111  2003-10-17 21:05:27  olle
+    * compiler now defines cpum68k instead of cpu68k (as is used in rtl)
+
+  Revision 1.110  2003/10/14 00:30:48  florian
     + some code for PIC support added
 
   Revision 1.109  2003/10/11 19:32:04  marco