Explorar o código

* fixed setting source OS for darwin/ppc64

git-svn-id: branches/fpc_2_3@6440 -
Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
8d3762bcc2
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      compiler/systems.pas

+ 4 - 3
compiler/systems.pas

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