mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:29:24 +02:00
Merged revisions 1081 via svnmerge from
/trunk git-svn-id: branches/fixes_2_0@1131 -
This commit is contained in:
parent
19a812e5b7
commit
228e11edbe
@ -814,6 +814,8 @@ begin
|
||||
FCompiler:='ppcarm';
|
||||
{$elseif defined(cpum68k)}
|
||||
FCompiler:='ppcm68k';
|
||||
{$elseif defined(cpux86_64)}
|
||||
FCompiler:='ppcx64';
|
||||
{$elseif defined(cpupowerpc)}
|
||||
FCompiler:='ppcppc';
|
||||
{$else}
|
||||
|
Loading…
Reference in New Issue
Block a user