|
@@ -842,11 +842,12 @@ begin
|
|
{$ifdef cpupowerpc64}
|
|
{$ifdef cpupowerpc64}
|
|
default_target(source_info.system);
|
|
default_target(source_info.system);
|
|
{$else cpupowerpc64}
|
|
{$else cpupowerpc64}
|
|
|
|
+ {$ifdef darwin}
|
|
|
|
+ default_target(system_powerpc64_darwin);
|
|
|
|
+ {$else darwin}
|
|
default_target(system_powerpc64_linux);
|
|
default_target(system_powerpc64_linux);
|
|
|
|
+ {$endif darwin}
|
|
{$endif cpupowerpc64}
|
|
{$endif cpupowerpc64}
|
|
- {$ifdef darwin}
|
|
|
|
- default_target(system_powerpc64_darwin);
|
|
|
|
- {$endif}
|
|
|
|
{$endif POWERPC64}
|
|
{$endif POWERPC64}
|
|
{$ifdef sparc}
|
|
{$ifdef sparc}
|
|
{$ifdef cpusparc}
|
|
{$ifdef cpusparc}
|