Browse Source

* set abi of linux/ppc64 to abi_powerpc_sysv

git-svn-id: branches/fpc_2_3@6415 -
Jonas Maebe 18 years ago
parent
commit
1942fd7ea5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_linux.pas

+ 1 - 1
compiler/systems/i_linux.pas

@@ -338,7 +338,7 @@ unit i_linux;
               );
               );
             first_parm_offset : 8;
             first_parm_offset : 8;
             stacksize    : 10*1024*1024;
             stacksize    : 10*1024*1024;
-            abi : abi_default
+            abi : abi_powerpc_sysv
           );
           );
 
 
        system_alpha_linux_info : tsysteminfo =
        system_alpha_linux_info : tsysteminfo =