mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +02:00
* sysv calling conventions enabled for powerpc-linux
This commit is contained in:
parent
03d60dec7f
commit
b5e4c01ef2
@ -215,7 +215,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 : abi_powerpc_aix;
|
abi : abi_powerpc_sysv;
|
||||||
);
|
);
|
||||||
|
|
||||||
system_alpha_linux_info : tsysteminfo =
|
system_alpha_linux_info : tsysteminfo =
|
||||||
@ -514,7 +514,10 @@ initialization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.16 2003-12-11 19:06:21 florian
|
Revision 1.17 2003-12-21 21:20:58 florian
|
||||||
|
* sysv calling conventions enabled for powerpc-linux
|
||||||
|
|
||||||
|
Revision 1.16 2003/12/11 19:06:21 florian
|
||||||
* staticlib extension for powerpc fixed
|
* staticlib extension for powerpc fixed
|
||||||
|
|
||||||
Revision 1.15 2003/10/03 22:09:49 peter
|
Revision 1.15 2003/10/03 22:09:49 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user