mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 01:06:13 +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;
|
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_sysv;
|
||||||
abi : abi_powerpc_aix;
|
|
||||||
);
|
);
|
||||||
|
|
||||||
system_alpha_linux_info : tsysteminfo =
|
system_alpha_linux_info : tsysteminfo =
|
||||||
@ -522,7 +521,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* fixed arm concatcopy
|
||||||
+ arm support in the common compiler sources added
|
+ arm support in the common compiler sources added
|
||||||
* moved some generic cg code around
|
* moved some generic cg code around
|
||||||
|
Loading…
Reference in New Issue
Block a user