mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 09:39:11 +02:00
* linux on powerpc now uses sysv abi
This commit is contained in:
parent
103019fb39
commit
ce46a4fe31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user