Просмотр исходного кода

* linux on powerpc now uses sysv abi

olle 22 лет назад
Родитель
Сommit
ce46a4fe31
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      compiler/systems/i_linux.pas

+ 5 - 3
compiler/systems/i_linux.pas

@@ -218,8 +218,7 @@ unit i_linux;
             stacksize    : 32*1024*1024;
             DllScanSupported:false;
             use_function_relative_addresses : true;
-            { abi_powerpc_sysv doesn't work yet }
-            abi : abi_powerpc_aix;
+            abi : abi_powerpc_sysv;
           );
 
        system_alpha_linux_info : tsysteminfo =
@@ -522,7 +521,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.11  2003-09-03 11:18:37  florian
+  Revision 1.12  2003-09-06 10:46:56  olle
+    * linux on powerpc now uses sysv abi
+
+  Revision 1.11  2003/09/03 11:18:37  florian
     * fixed arm concatcopy
     + arm support in the common compiler sources added
     * moved some generic cg code around