Browse Source

* staticlib extension for powerpc fixed

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

+ 5 - 3
compiler/systems/i_linux.pas

@@ -176,7 +176,7 @@ unit i_linux;
             resext       : '.res';
             resext       : '.res';
             resobjext    : '.or';
             resobjext    : '.or';
             sharedlibext : '.so';
             sharedlibext : '.so';
-            staticlibext : '.s';
+            staticlibext : '.a';
             staticlibprefix : 'libp';
             staticlibprefix : 'libp';
             sharedlibprefix : 'lib';
             sharedlibprefix : 'lib';
             sharedClibext : '.so';
             sharedClibext : '.so';
@@ -215,7 +215,6 @@ 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_powerpc_sysv doesn't work yet }
             abi : abi_powerpc_aix;
             abi : abi_powerpc_aix;
           );
           );
 
 
@@ -515,7 +514,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.15  2003-10-03 22:09:49  peter
+  Revision 1.16  2003-12-11 19:06:21  florian
+    * staticlib extension for powerpc fixed
+
+  Revision 1.15  2003/10/03 22:09:49  peter
     * removed paraalign
     * removed paraalign
 
 
   Revision 1.14  2003/09/23 17:58:38  peter
   Revision 1.14  2003/09/23 17:58:38  peter