Browse Source

* sysv calling conventions enabled for powerpc-linux

florian 21 years ago
parent
commit
b5e4c01ef2
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/systems/i_linux.pas

+ 5 - 2
compiler/systems/i_linux.pas

@@ -215,7 +215,7 @@ unit i_linux;
             stacksize    : 32*1024*1024;
             stacksize    : 32*1024*1024;
             DllScanSupported:false;
             DllScanSupported:false;
             use_function_relative_addresses : true;
             use_function_relative_addresses : true;
-            abi : abi_powerpc_aix;
+            abi : abi_powerpc_sysv;
           );
           );
 
 
        system_alpha_linux_info : tsysteminfo =
        system_alpha_linux_info : tsysteminfo =
@@ -514,7 +514,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.16  2003-12-11 19:06:21  florian
+  Revision 1.17  2003-12-21 21:20:58  florian
+    * sysv calling conventions enabled for powerpc-linux
+
+  Revision 1.16  2003/12/11 19:06:21  florian
     * staticlib extension for powerpc fixed
     * staticlib extension for powerpc fixed
 
 
   Revision 1.15  2003/10/03 22:09:49  peter
   Revision 1.15  2003/10/03 22:09:49  peter