mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 18:10:17 +02:00
* fixed copy/paste bug that caused the default target OS to be always set
to AIX on Linux PPC32/64 platforms git-svn-id: trunk@20854 -
This commit is contained in:
parent
e74b6087b3
commit
e9d52f7b95
@ -157,13 +157,13 @@ unit i_aix;
|
||||
|
||||
initialization
|
||||
{$ifdef CPUPOWERPC32}
|
||||
{$ifdef linux}
|
||||
{$ifdef aix}
|
||||
set_source_info(system_powerpc_aix_info);
|
||||
{$endif linux}
|
||||
{$endif aix}
|
||||
{$endif CPUPOWERPC32}
|
||||
{$ifdef CPUPOWERPC64}
|
||||
{$ifdef linux}
|
||||
{$ifdef aix}
|
||||
set_source_info(system_powerpc64_aix_info);
|
||||
{$endif linux}
|
||||
{$endif aix}
|
||||
{$endif CPUPOWERPC64}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user