Переглянути джерело

Do not set default target to system_sparc64_solaris on solaris OS for sparc64 compiler as this target is not yet supported

Pierre Muller 1 рік тому
батько
коміт
291532e740
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      compiler/systems.pas

+ 4 - 4
compiler/systems.pas

@@ -1085,10 +1085,10 @@ begin
   {$ifdef cpusparc64}
     default_target(source_info.system);
   {$else cpusparc64}
-   {$ifdef solaris}
-    {$define default_target_set}
-    default_target(system_sparc64_solaris);
-   {$endif}
+   // {$ifdef solaris}
+   // {$define default_target_set}
+   // default_target(system_sparc64_solaris);
+   // {$endif}
     {$ifndef default_target_set}
     default_target(system_sparc64_linux);
     {$endif ndef default_target_set}