Explorar o código

* mos uses sysv abi, not aix

Károly Balogh %!s(int64=21) %!d(string=hai) anos
pai
achega
89705e0451
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      compiler/systems/i_morph.pas

+ 5 - 2
compiler/systems/i_morph.pas

@@ -89,7 +89,7 @@ unit i_morph;
             stacksize    : 262144;
             stacksize    : 262144;
             DllScanSupported:false;
             DllScanSupported:false;
             use_function_relative_addresses : true;
             use_function_relative_addresses : true;
-	    abi : abi_powerpc_aix
+            abi : abi_powerpc_sysv;
           );
           );
 
 
   implementation
   implementation
@@ -103,7 +103,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2004-03-15 07:26:44  karoly
+  Revision 1.3  2004-04-08 00:03:51  karoly
+   * mos uses sysv abi, not aix
+
+  Revision 1.2  2004/03/15 07:26:44  karoly
    * added abi field into TSystemInfo to fix IE
    * added abi field into TSystemInfo to fix IE
 
 
   Revision 1.1  2004/02/13 05:46:26  karoly
   Revision 1.1  2004/02/13 05:46:26  karoly