mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:19:22 +02:00
PascalScript: Compile on PPC, using "not supported" InnerfuseCall. Issue #39404
(cherry picked from commit 114d4a1714
)
This commit is contained in:
parent
3fcf01d0c7
commit
abcf52816b
@ -9834,7 +9834,7 @@ end;
|
||||
{$IFDEF Delphi6UP}
|
||||
{$if defined(cpu86)}
|
||||
{$include x86.inc}
|
||||
{$elseif defined(cpupowerpc)}
|
||||
{$elseif defined(cpupowerpc) and defined(cpu32) and defined(darwin)}
|
||||
{$include powerpc.inc}
|
||||
{$elseif defined(cpuarm)}
|
||||
{$include arm.inc}
|
||||
|
Loading…
Reference in New Issue
Block a user