From ce46a4fe31a1308b65ccc4f61a58de912561d575 Mon Sep 17 00:00:00 2001 From: olle Date: Sat, 6 Sep 2003 10:46:56 +0000 Subject: [PATCH] * linux on powerpc now uses sysv abi --- compiler/systems/i_linux.pas | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/compiler/systems/i_linux.pas b/compiler/systems/i_linux.pas index 72dea9a65e..2d53d3b8a7 100644 --- a/compiler/systems/i_linux.pas +++ b/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